Skip to content

Commit

Permalink
Update Forestry.zs
Browse files Browse the repository at this point in the history
PR for EnigmaticaModpacks#1964
I don't see why not TBH
  • Loading branch information
Discomanco committed Dec 20, 2021
1 parent c2beaf4 commit 0608b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Forestry.zs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ for tomato in <ore:cropTomato>.items {
#mods.forestry.Carpenter.addRecipe(<minecraft:redstone> * 9, [[<minecraft:redstone_block>]], 30);
#mods.forestry.Carpenter.addRecipe(<minecraft:gold_ingot>, [[<minecraft:gold_block>]], 30, <liquid:for.honey> * 100);
#mods.forestry.Carpenter.addRecipe(<minecraft:redstone_block>, [[<minecraft:redstone>,<minecraft:redstone>,<minecraft:redstone>],[<minecraft:redstone>,<minecraft:redstone>,<minecraft:redstone>],[<minecraft:redstone>,<minecraft:redstone>,<minecraft:redstone>]], 60, <liquid:water> * 200, <minecraft:stone>);
mods.forestry.Carpenter.removeRecipe(<forestry:oak_stick>,<liquid:seed.oil>);
mods.forestry.Carpenter.removeRecipe(<forestry:oak_stick>,<liquid:oliveoil>);
mods.forestry.Carpenter.addRecipe(<forestry:oak_stick>*2, [[<ore:logWood>,null,null],[<ore:logWood>,null,null],[null,null,null]], 40, <liquid:seed.oil>*100);
mods.forestry.Carpenter.addRecipe(<forestry:oak_stick>*2, [[<ore:logWood>,null,null],[<ore:logWood>,null,null],[null,null,null]], 40, <liquid:oliveoil>*100);
//mods.forestry.Carpenter.removeRecipe(IItemStack output, @Optional ILiquidStack fluidInput);
#mods.forestry.Carpenter.removeRecipe(<forestry:portable_alyzer>);
Expand Down

0 comments on commit 0608b8f

Please sign in to comment.