// Entferne Steinsticks-Rezept, da diese nicht das Ore-Dictionary verwenden (wird unten neu hinzugef??gt) recipes.removeShaped( * 2); recipes.removeShaped( * 4); // Gib dem lilla Schleim einen Sinn! recipes.addShapeless( * 2, [, ]); recipes.addShapeless(, []); // Sticks-Rezepte für Steinstick recipes.addShaped( * 6, [[], []]); recipes.addShaped( * 4, [[], []]); // Peaceful-Rezepte recipes.addShapeless(, [, , ]); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); // Unstable parts (table recipes) // --> table not working, for some reason, only basin works (recipes below)??? mods.tconstruct.Casting.addTableRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 576, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 720, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 216, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); // Unstable parts (basin recipes) mods.tconstruct.Casting.addBasinRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 576, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 720, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 216, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50);