Skip to content

Commit

Permalink
Slight streamline of certus processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Laskyyy committed Feb 2, 2024
1 parent ac9fab0 commit 53591ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kubejs/server_scripts/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function millingRecipes(event) {
//[Input, Output, Chance]
[
["farmersdelight:straw", "minecraft:string", 1],
["ae2:certus_quartz_dust", "ae2:certus_crystal_seed", 2],
["minecraft:gravel", "minecraft:sand", 0.25],
["create:veridium", "minecraft:raw_copper", 0.6],
["create:asurine", "minecraft:lapis_lazuli", 1],
Expand Down Expand Up @@ -1798,6 +1799,15 @@ function mixingRecipes(event) {
heat: "heated",
time: 40,
},
{
output: "1x ae2:certus_quartz",
input: [
{ fluid: "minecraft:water", amount: 20250 },
"1x ae2:certus_quartz_dust",
],
heat: "heated",
time: 40,
},
{
output: Fluid.of("tconstruct:molten_pig_iron", 9000),
input: [
Expand Down Expand Up @@ -2873,6 +2883,7 @@ function compactingRecipes(event) {
{
output: ["ae2:certus_quartz_dust"],
inputs: ["#c:certus_quartz"],
heat: "",
},
{
output: "minecraft:shulker_shell",
Expand Down

0 comments on commit 53591ad

Please sign in to comment.