// --- Created by DreamMasterXXL --- // --- Importing Stuff --- import mods.ic2.Compressor; // --- Variables --- // --- Removing Recipes --- // --- Hungry Chest mods.thaumcraft.Arcane.removeRecipe(); // --- Traveling Trunk mods.thaumcraft.Infusion.removeRecipe(); // --- Golem Fetter mods.thaumcraft.Arcane.removeRecipe(); // --- All Golems mods.thaumcraft.Crucible.removeRecipe(); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // - //mods.thaumcraft.Infusion.removeRecipe(.withTag({advanced: 1 as byte})); // --- Golem Animation Core Empty mods.thaumcraft.Arcane.removeRecipe(); // --- Golem Animation Core Gather mods.thaumcraft.Crucible.removeRecipe(); // --- Golem Animation Core Empty mods.thaumcraft.Crucible.removeRecipe(); // --- Golem Animation Core Fill mods.thaumcraft.Crucible.removeRecipe(); // --- Golem Animation Core Harvest mods.thaumcraft.Crucible.removeRecipe(); // --- Golem Animation Core Guard mods.thaumcraft.Crucible.removeRecipe(); // --- Golem Animation Core Use mods.thaumcraft.Infusion.removeRecipe(); // --- Golem Animation Core Sorting mods.thaumcraft.Infusion.removeRecipe(); // --- Golem Animation Core Decanting mods.thaumcraft.Crucible.removeRecipe(); // --- Golem Animation Core Alchemy mods.thaumcraft.Infusion.removeRecipe(); // --- Golem Animation Core Butcher mods.thaumcraft.Crucible.removeRecipe(); // --- Golem Animation Core Fishing mods.thaumcraft.Infusion.removeRecipe(); // --- Golem Animation Core Chop mods.thaumcraft.Infusion.removeRecipe(); // --- Golemancers Bell //mods.thaumcraft.Arcane.removeRecipe(); // --- Golem Upgrade Air mods.thaumcraft.Arcane.removeRecipe(); // --- Golem Upgrade Earth mods.thaumcraft.Arcane.removeRecipe(); // --- Golem Upgrade Fire mods.thaumcraft.Arcane.removeRecipe(); // --- Golem Upgrade Water mods.thaumcraft.Arcane.removeRecipe(); // --- Golem Upgrade Order mods.thaumcraft.Arcane.removeRecipe(); // --- Golem Upgrade Entropy mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Top Hat mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Spectacles mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Top Bowtie mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Top Fez mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Top Dart Launcher mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Top Visor mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Top Iron Plating mods.thaumcraft.Arcane.removeRecipe(); // --- Accessory Top Mace Arm mods.thaumcraft.Arcane.removeRecipe(); // --- Block of Flesh recipes.remove(); // --- Adding Recipes --- // --- Hungry Chest mods.thaumcraft.Arcane.addShaped("HUNGRYCHEST", , "aer 10, terra 10, ordo 5, perditio 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("HUNGRYCHEST", "fames 9, vacuos 6, iter 3"); mods.thaumcraft.Research.setComplexity("HUNGRYCHEST", 1); // --- Traveling Trunk mods.thaumcraft.Infusion.addRecipe("TRAVELTRUNK", , [, , , , , , , ], "iter 16, motus 16, spiritus 16, vacuos 32", , 4); // - mods.thaumcraft.Research.setAspects("TRAVELTRUNK", "spiritus 12, vacuos 12, arbor 9, iter 6, terra 3"); mods.thaumcraft.Research.setComplexity("TRAVELTRUNK", 3); // --- Golem Fetter mods.thaumcraft.Arcane.addShaped("GOLEMFETTER", , "terra 15, ordo 15", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("GOLEMFETTER", "vinculum 9, machina 9, cognitio 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("GOLEMFETTER", 2); // --- Straw Golems mods.thaumcraft.Crucible.addRecipe("GOLEMSTRAW", , , "humanus 10, motus 10, spiritus 10"); // - mods.thaumcraft.Research.setAspects("GOLEMSTRAW", "messis 9, permutatio 9, spiritus 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("GOLEMSTRAW", 2); // --- Wood Golems mods.thaumcraft.Crucible.addRecipe("GOLEMWOOD", , , "humanus 14, motus 14, spiritus 14"); // - mods.thaumcraft.Research.setAspects("GOLEMWOOD", "arbor 12, permutatio 12, spiritus 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("GOLEMWOOD", 3); // --- Tallow Golems mods.thaumcraft.Research.clearPages("GOLEMTALLOW"); mods.thaumcraft.Research.addPage("GOLEMTALLOW", "tc.research_page.GOLEMTALLOW.1"); mods.thaumcraft.Crucible.addRecipe("GOLEMTALLOW", , , "humanus 26, mortuus 26, spiritus 26"); mods.thaumcraft.Research.addCruciblePage("GOLEMTALLOW", ); // - mods.thaumcraft.Research.setAspects("GOLEMTALLOW", "spiritus 12, permutatio 12, corpus 12, motus 9, praecantatio 6, corpus 3"); mods.thaumcraft.Research.setComplexity("GOLEMTALLOW", 3); // --- Clay Golems mods.thaumcraft.Crucible.addRecipe("GOLEMCLAY", , , "humanus 20, motus 20, spiritus 20"); // - mods.thaumcraft.Research.setAspects("GOLEMCLAY", "spiritus 12, permutatio 12, motus 12, terra 9, praecantatio 6, aqua 3"); mods.thaumcraft.Research.setComplexity("GOLEMCLAY", 3); // --- Flesh Golems mods.thaumcraft.Research.clearPages("GOLEMFLESH"); mods.thaumcraft.Research.addPage("GOLEMFLESH", "tc.research_page.GOLEMFLESH.1"); mods.thaumcraft.Crucible.addRecipe("GOLEMFLESH", , , "humanus 20, motus 20, spiritus 20"); mods.thaumcraft.Research.addCruciblePage("GOLEMFLESH", ); // - mods.thaumcraft.Research.setAspects("GOLEMFLESH", "corpus 12, permutatio 12, spiritus 12, motus 9, praecantatio 6, mortuus 3"); mods.thaumcraft.Research.setComplexity("GOLEMFLESH", 3); // --- Stone Golems mods.thaumcraft.Crucible.addRecipe("GOLEMSTONE", , , "humanus 26, mortuus 26, spiritus 26"); // - mods.thaumcraft.Research.setAspects("GOLEMSTONE", "spiritus 12, permutatio 12, motus 12, terra 9, praecantatio 6, perditio 3"); mods.thaumcraft.Research.setComplexity("GOLEMSTONE", 3); // --- Iron Golems mods.thaumcraft.Crucible.addRecipe("GOLEMIRON", , , "humanus 32, mortuus 32, spiritus 32"); // - mods.thaumcraft.Research.setAspects("GOLEMIRON", "permutatio 12, spiritus 12, motus 12, metallum 9, praecantatio 9, terra 6, humanus 3"); mods.thaumcraft.Research.setComplexity("GOLEMIRON", 3); // --- Thaumium Golems mods.thaumcraft.Research.clearPages("GOLEMTHAUMIUM"); mods.thaumcraft.Research.addPage("GOLEMTHAUMIUM", "tc.research_page.GOLEMTHAUMIUM.1"); mods.thaumcraft.Crucible.addRecipe("GOLEMTHAUMIUM", , , "humanus 40, mortuus 40, spiritus 40"); mods.thaumcraft.Research.addCruciblePage("GOLEMTHAUMIUM", ); // - mods.thaumcraft.Research.setAspects("GOLEMTHAUMIUM", "permutatio 12, spiritus 12, metallum 12, motus 9, praecantatio 9, terra 9, humanus 6, alienis 3"); mods.thaumcraft.Research.setComplexity("GOLEMTHAUMIUM", 3); // --- Advanced Golems mods.thaumcraft.Research.setAspects("ADVANCEDGOLEM", "sensus 15, victus 15, cognitio 12, potentia 12, praecantatio 12, alienis 9, motus 6, terra 3"); mods.thaumcraft.Research.setComplexity("ADVANCEDGOLEM", 4); // --- Golem Animation Core Empty mods.thaumcraft.Arcane.addShaped("COREGATHER", , "ordo 5, ignis 5, terra 5", [ [, , ], [, , ], [, , ]]); // --- Golem Animation Core Gather mods.thaumcraft.Crucible.addRecipe("COREGATHER", , , "lucrum 10, terra 10"); // --- Golem Animation Core Empty mods.thaumcraft.Crucible.addRecipe("COREEMPTY", , , "lucrum 10, vacuos 10"); // - mods.thaumcraft.Research.setAspects("COREEMPTY", "lucrum 9, vacuos 9, permutatio 6, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("COREEMPTY", 2); // --- Golem Animation Core Fill mods.thaumcraft.Crucible.addRecipe("COREFILL", , , "fames 10, vacuos 10"); // - mods.thaumcraft.Research.setAspects("COREFILL", "fames 9, vacuos 9, permutatio 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("COREFILL", 2); // --- Golem Animation Core Harvest mods.thaumcraft.Research.clearPages("COREHARVEST"); mods.thaumcraft.Research.addPage("COREHARVEST", "tc.research_page.COREHARVEST.1"); mods.thaumcraft.Infusion.addRecipe("COREHARVEST", , [, , , ], "messis 10, meto 10, herba 20", , 4); mods.thaumcraft.Research.addInfusionPage("COREHARVEST", ); mods.thaumcraft.Research.addPage("COREHARVEST", "tc.research_page.COREHARVEST.2"); // - mods.thaumcraft.Research.setAspects("COREHARVEST", "meto 12, messis 12, iter 9, permutatio 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("COREHARVEST", 3); // --- Golem Animation Core Guard mods.thaumcraft.Research.clearPages("COREGUARD"); mods.thaumcraft.Research.addPage("COREGUARD", "tc.research_page.COREGUARD.1"); mods.thaumcraft.Infusion.addRecipe("COREGUARD", , [, , , ], "telum 20, vinculum 20, tutamen 20", , 4); mods.thaumcraft.Research.addInfusionPage("COREGUARD", ); mods.thaumcraft.Research.addPage("COREGUARD", "tc.research_page.COREGUARD.2"); // - mods.thaumcraft.Research.setAspects("COREGUARD", "sensus 12, telum 12, vinculum 12, permutatio 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("COREGUARD", 3); // --- Golem Animation Core Use mods.thaumcraft.Infusion.addRecipe("COREUSE", , [, , , , , ], "humanus 20, instrumentum 20, machina 20, lucrum 20", , 4); // - mods.thaumcraft.Research.setAspects("COREUSE", "humanus 12, instrumentum 12, machina 9, permutatio 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("COREUSE", 3); // --- Golem Animation Core Sorting mods.thaumcraft.Infusion.addRecipe("CORESORTING", , [, , , , , ], "lucrum 20, fames 20, permutatio 20, vacuos 20", , 4); // - mods.thaumcraft.Research.setAspects("CORESORTING", "fames 12, vacuos 12, lucrum 12, permutatio 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("CORESORTING", 3); // --- Golem Animation Core Decanting mods.thaumcraft.Research.clearPages("CORELIQUID"); mods.thaumcraft.Research.addPage("CORELIQUID", "tc.research_page.CORELIQUID.1"); mods.thaumcraft.Infusion.addRecipe("CORELIQUID", , [, , , , , ], "aqua 20, vacuos 20, metallum 20, iter 20", , 4); mods.thaumcraft.Research.addInfusionPage("CORELIQUID", ); mods.thaumcraft.Research.addPage("CORELIQUID", "tc.research_page.CORELIQUID.2"); // - mods.thaumcraft.Research.setAspects("CORELIQUID", "iter 12, aqua 12, metallum 9, permutatio 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("CORELIQUID", 3); // --- Golem Animation Core Alchemy mods.thaumcraft.Infusion.addRecipe("COREALCHEMY", , [, , , , , , , ], "aqua 32, motus 32, praecantatio 32, permutatio 32", , 7); // - mods.thaumcraft.Research.setAspects("COREALCHEMY", "potentia 12, aqua 12, iter 12, praecantatio 9, motus 6, alienis 3"); mods.thaumcraft.Research.setComplexity("COREALCHEMY", 3); // --- Golem Animation Core Butcher mods.thaumcraft.Research.clearPages("COREBUTCHER"); mods.thaumcraft.Research.addPage("COREBUTCHER", "tc.research_page.COREBUTCHER.1"); mods.thaumcraft.Infusion.addRecipe("COREBUTCHER", , [, , , , , ], "bestia 32, corpus 32, mortuus 32, telum 32", , 7); mods.thaumcraft.Research.addInfusionPage("COREBUTCHER", ); // - mods.thaumcraft.Research.setAspects("COREBUTCHER", "meto 12, telum 12, bestia 9, sensus 12, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("COREBUTCHER", 3); mods.thaumcraft.Warp.addToResearch("COREBUTCHER", 2); // --- Golem Animation Core Fishing mods.thaumcraft.Infusion.addRecipe("COREFISHING", , [, , , , , ], "aqua 32, meto 20, bestia 32, fames 32", , 7); // - mods.thaumcraft.Research.setAspects("COREFISHING", "fames 12, aqua 12, bestia 12, meto 9, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("COREFISHING", 3); // --- Golem Animation Core Chop mods.thaumcraft.Infusion.addRecipe("CORELUMBER", , [, , , , ], "arbor 32, instrumentum 32, meto 20, potentia 32", , 7); // - mods.thaumcraft.Research.setAspects("CORELUMBER", "potentia 12, arbor 12, instrumentum 9, meto 12, motus 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("CORELUMBER", 3); // --- Golemancers Bell mods.thaumcraft.Research.clearPages("GOLEMBELL"); mods.thaumcraft.Research.addPage("GOLEMBELL", "tc.research_page.GOLEMBELL.1"); mods.thaumcraft.Research.addPage("GOLEMBELL", "tc.research_page.GOLEMBELL.2"); mods.thaumcraft.Arcane.addShaped("GOLEMBELL", .withTag({markers: [{side: 1 as byte}]}), "ordo 10, aer 5", [ [, , ], [, , ], [, , ]]); mods.thaumcraft.Research.addArcanePage("GOLEMBELL", .withTag({markers: [{side: 1 as byte}]})); // --- Golem Upgrade Air mods.thaumcraft.Arcane.addShaped("UPGRADEAIR", , "aer 15, ordo 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("UPGRADEAIR", "motus 9, aer 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("UPGRADEAIR", 2); // --- Golem Upgrade Earth mods.thaumcraft.Arcane.addShaped("UPGRADEEARTH", , "terra 15, ordo 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("UPGRADEEARTH", "victus 9, terra 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("UPGRADEEARTH", 2); // --- Golem Upgrade Fire mods.thaumcraft.Arcane.addShaped("UPGRADEFIRE", , "ignis 15, ordo 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("UPGRADEFIRE", "potentia 9, ignis 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("UPGRADEFIRE", 2); // --- Golem Upgrade Water mods.thaumcraft.Arcane.addShaped("UPGRADEWATER", , "aqua 15, ordo 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("UPGRADEWATER", "sensus 9, aqua 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("UPGRADEWATER", 2); // --- Golem Upgrade Order mods.thaumcraft.Arcane.addShaped("UPGRADEORDER", , "ordo 20", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("UPGRADEORDER", "cognitio 6, ordo 9, praecantatio 3"); mods.thaumcraft.Research.setComplexity("UPGRADEORDER", 2); // --- Golem Upgrade Entropy mods.thaumcraft.Arcane.addShaped("UPGRADEENTROPY", , "perditio 15, ordo 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("UPGRADEENTROPY", "cognitio 6, perditio 9, praecantatio 3"); mods.thaumcraft.Research.setComplexity("UPGRADEENTROPY", 2); // --- Accessory Top Hat mods.thaumcraft.Arcane.addShaped("TINYHAT", , "ordo 10, ignis 10, terra 5", [ [null, , null], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("TINYHAT", "lucrum 9, pannus 9, victus 6, sano 3"); mods.thaumcraft.Research.setComplexity("TINYHAT", 2); // --- Accessory Spectacles mods.thaumcraft.Arcane.addShaped("TINYGLASSES", , "aer 5, aqua 5, ordo 5", [ [, null, ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("TINYGLASSES", "lucrum 9, pannus 6, sensus 6, ordo 3"); mods.thaumcraft.Research.setComplexity("TINYGLASSES", 2); // --- Accessory Top Bowtie mods.thaumcraft.Arcane.addShaped("TINYBOWTIE", , "ordo 5, aer 5, terra 5", [ [null, null, null], [, , ], [, null, ]]); // - mods.thaumcraft.Research.setAspects("TINYBOWTIE", "lucrum 9, pannus 9, iter 6, potentia 3"); mods.thaumcraft.Research.setComplexity("TINYBOWTIE", 2); // --- Accessory Top Fez mods.thaumcraft.Arcane.addShaped("TINYFEZ", , "aer 5, aqua 5, terra 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("TINYFEZ", "lucrum 9, pannus 9, potentia 6, sano 3"); mods.thaumcraft.Research.setComplexity("TINYFEZ", 2); // --- Accessory Top Dart Launcher mods.thaumcraft.Arcane.addShaped("TINYDART", , "aer 5, ignis 5, terra 5", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("TINYDART", "lucrum 9, volatus 9, telum 6, potentia 3"); mods.thaumcraft.Research.setComplexity("TINYDART", 2); // --- Accessory Top Visor mods.thaumcraft.Arcane.addShaped("TINYVISOR", , "aqua 5, ignis 5, terra 5", [ [, , ], [, , ], [null, null, null]]); // - mods.thaumcraft.Research.setAspects("TINYVISOR", "lucrum 9, sensus 9, tutamen 6, cognitio 3"); mods.thaumcraft.Research.setComplexity("TINYVISOR", 2); // --- Accessory Top Iron Plating mods.thaumcraft.Arcane.addShaped("TINYARMOR", , "ordo 5, ignis 5, terra 10", [ [null, null, null], [, , ], [, , ]]); // - mods.thaumcraft.Research.setAspects("TINYARMOR", "lucrum 9, metallum 9, tutamen 6, cognitio 3"); mods.thaumcraft.Research.setComplexity("TINYARMOR", 2); // --- Accessory Top Mace Arm mods.thaumcraft.Arcane.addShaped("TINYHAMMER", , "ordo 5, ignis 5, terra 10", [ [, , ], [, , ], [null, , null]]); // - mods.thaumcraft.Research.setAspects("TINYHAMMER", "lucrum 9, metallum 9, telum 6, vinculum 3"); mods.thaumcraft.Research.setComplexity("TINYHAMMER", 2); // --- Compressor Recipes --- // --- Block of Flesh Compressor.addRecipe(, * 9); // --- Refresh Recipese --- // --- Hungry Chest mods.thaumcraft.Research.refreshResearchRecipe("HUNGRYCHEST"); // --- Traveling Trunk mods.thaumcraft.Research.refreshResearchRecipe("TRAVELTRUNK"); // --- Golem Fetter mods.thaumcraft.Research.refreshResearchRecipe("GOLEMFETTER"); // --- Straw Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMSTRAW"); // --- Wood Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMWOOD"); // --- Tallow Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMTALLOW"); // --- Clay Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMCLAY"); // --- Flesh Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMFLESH"); // --- Stone Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMSTONE"); // --- Iron Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMIRON"); // --- Thaumium Golems mods.thaumcraft.Research.refreshResearchRecipe("GOLEMTHAUMIUM"); // --- Advanced Golems mods.thaumcraft.Research.refreshResearchRecipe("ADVANCEDGOLEM"); // --- Golem Animation Core Gather mods.thaumcraft.Research.refreshResearchRecipe("COREGATHER"); // --- Golem Animation Core Empty mods.thaumcraft.Research.refreshResearchRecipe("COREEMPTY"); // --- Golem Animation Core Fill mods.thaumcraft.Research.refreshResearchRecipe("COREFILL"); // --- Golem Animation Core Harvest mods.thaumcraft.Research.refreshResearchRecipe("COREHARVEST"); // --- Golem Animation Core Guard mods.thaumcraft.Research.refreshResearchRecipe("COREGUARD"); // --- Golem Animation Core Use mods.thaumcraft.Research.refreshResearchRecipe("COREUSE"); // --- Golem Animation Core Sorting mods.thaumcraft.Research.refreshResearchRecipe("CORESORTING"); // --- Golem Animation Core Decanting mods.thaumcraft.Research.refreshResearchRecipe("CORELIQUID"); // --- Golem Animation Core Alchemy mods.thaumcraft.Research.refreshResearchRecipe("COREALCHEMY"); // --- Golem Animation Core Butcher mods.thaumcraft.Research.refreshResearchRecipe("COREBUTCHER"); // --- Golem Animation Core Fishing mods.thaumcraft.Research.refreshResearchRecipe("COREFISHING"); // --- Golem Animation Core Chop mods.thaumcraft.Research.refreshResearchRecipe("CORELUMBER"); // --- Golemancers Bell mods.thaumcraft.Research.refreshResearchRecipe("GOLEMBELL"); // --- Golem Upgrade Air mods.thaumcraft.Research.refreshResearchRecipe("UPGRADEAIR"); // --- Golem Upgrade Earth mods.thaumcraft.Research.refreshResearchRecipe("UPGRADEEARTH"); // --- Golem Upgrade Fire mods.thaumcraft.Research.refreshResearchRecipe("UPGRADEFIRE"); // --- Golem Upgrade Water mods.thaumcraft.Research.refreshResearchRecipe("UPGRADEWATER"); // --- Golem Upgrade Order mods.thaumcraft.Research.refreshResearchRecipe("UPGRADEORDER"); // --- Golem Upgrade Entropy mods.thaumcraft.Research.refreshResearchRecipe("UPGRADEENTROPY"); // --- Accessory Top Hat mods.thaumcraft.Research.refreshResearchRecipe("TINYHAT"); // --- Accessory Spectacles mods.thaumcraft.Research.refreshResearchRecipe("TINYGLASSES"); // --- Accessory Top Bowtie mods.thaumcraft.Research.refreshResearchRecipe("TINYBOWTIE"); // --- Accessory Top Fez mods.thaumcraft.Research.refreshResearchRecipe("TINYFEZ"); // --- Accessory Top Dart Launcher mods.thaumcraft.Research.refreshResearchRecipe("TINYDART"); // --- Accessory Top Visor mods.thaumcraft.Research.refreshResearchRecipe("TINYVISOR"); // --- Accessory Top Iron Plating mods.thaumcraft.Research.refreshResearchRecipe("TINYARMOR"); // --- Accessory Top Mace Arm mods.thaumcraft.Research.refreshResearchRecipe("TINYHAMMER"); // --- Hiding Stuff ---