#Name: tinkersConstruct.zs #Author: Feed the Beast print("Initializing 'tinkersConstruct.zs'..."); #remove crafting station due to dupe bugs #recipes.remove(); #.addTooltip(format.darkRed("Disabled due to dupe bugs!")); #remove blank pattern (moved to eFab) recipes.remove(); #remove smeltery controller (moved to eFab) recipes.remove(); #tool forge recipes.remove(); mods.techreborn.rollingMachine.addShaped(.withTag({textureBlock: {id: "techreborn:storage", Count: 1 as byte, Damage: 8 as short}}), [[, , ], [, null, ], [, null, ]]); #grout recipes.remove(); recipes.addShaped( * 4, [[, , ], [, , ], [, , ]]); #slimeboots #recipes.remove(); #recipes.addShaped(, [[, , ], [, , ], [, , ]]); #recipes.remove(); #recipes.addShaped(, [[, , ], [, , ], [, , ]]); #recipes.remove(); #recipes.addShaped(, [[, , ], [, , ], [, , ]]); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); #recipes.remove(); #recipes.addShaped(, [[, , ], [, , ], [, , ]]); #remove slimesling (moved to eFab) recipes.remove(); #add wood gear to casting table mods.tconstruct.Casting.addTableRecipe(, , , 288); mods.tconstruct.Casting.addTableRecipe(, , , 144); mods.tconstruct.Casting.addTableRecipe(, , , 144); #remove advanced alloys from smeltery mods.tconstruct.Alloy.removeRecipe(); mods.tconstruct.Alloy.removeRecipe(); mods.tconstruct.Alloy.removeRecipe(); #remove plates from smeltery mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); mods.tconstruct.Casting.removeTableRecipe(); #remove leather from drying rack mods.tconstruct.Drying.removeRecipe(); #remove copper casing from smeltery mods.tconstruct.Melting.removeRecipe(, ); print("Initialized 'tinkersConstruct.zs'");