// --- Created by DreamMasterXXL --- // --- Importing Stuff --- // --- Variables --- // --- Removing Recipes --- // --- Staff Core mods.thaumcraft.Infusion.removeRecipe(); // --- Void Ingot recipes.remove(); // --- Void Nuggets recipes.remove(); // --- Void Axe recipes.remove(); // --- Void Sword recipes.remove(); // --- Void Pickaxe recipes.remove(); // --- Void Shovel recipes.remove(); // --- Void Hoe recipes.remove(); // --- Void Helm recipes.remove(); // --- Void Chestplate recipes.remove(); // --- Void Leggings recipes.remove(); // --- Void Boots recipes.remove(); // --- Void Flint and Steel recipes.remove(); // --- Void Shears recipes.remove(); // --- Essentia Reservoir mods.thaumcraft.Infusion.removeRecipe(); // --- Wand Focus Primal mods.thaumcraft.Arcane.removeRecipe(); // --- Void Thaumaturge Hood mods.thaumcraft.Infusion.removeRecipe(); // --- Void Thaumaturge Roob mods.thaumcraft.Infusion.removeRecipe(); // --- Void Thaumaturge Leggings mods.thaumcraft.Infusion.removeRecipe(); // --- Sanity Checker mods.thaumcraft.Infusion.removeRecipe(); // --- Eldritch Eye mods.thaumcraft.Infusion.removeRecipe(); // --- Primal Crusher mods.thaumcraft.Infusion.removeRecipe(); // --- Advanced Alchemical Construct mods.thaumcraft.Arcane.removeRecipe(); // --- Adding Recipes --- // --- Void Seed mods.thaumcraft.Research.clearPages("ELDRITCHMINOR"); mods.thaumcraft.Research.addPage("ELDRITCHMINOR", "tc.research_page.ELDRITCHMINOR.1"); mods.thaumcraft.Crucible.addRecipe("ELDRITCHMINOR", , , "alienis 8, tenebrae 8, vacuos 8"); mods.thaumcraft.Research.addCruciblePage("ELDRITCHMINOR", ); // --- Void Ingot mods.thaumcraft.Research.clearPages("VOIDMETAL"); mods.thaumcraft.Research.addPage("VOIDMETAL", "tc.research_page.VOIDMETAL.1"); mods.thaumcraft.Crucible.addRecipe("VOIDMETAL", , , "metallum 16"); mods.thaumcraft.Research.addCruciblePage("VOIDMETAL", ); mods.thaumcraft.Research.addPage("VOIDMETAL", "tc.research_page.VOIDMETAL.2"); // - mods.thaumcraft.Research.setAspects("VOIDMETAL", "vacuos 12, metallum 12, tenebrae 9, alienis 9, gelum 6, terra 3"); mods.thaumcraft.Research.setComplexity("VOIDMETAL", 3); mods.thaumcraft.Warp.addToResearch("VOIDMETAL", 1); // --- Void Axe mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 30, terra 15", [ [, , ], [, , null], [, , null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Sword mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 30, terra 15", [ [null, , null], [, , ], [null, , null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Pickaxe mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 30, terra 15", [ [, , ], [, , ], [null, , null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Shovel mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 30, terra 15", [ [, , ], [null, , null], [null, , null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Hoe mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 30, terra 15", [ [, , ], [, , null], [null, , null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Helm mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 40, terra 20", [ [, , ], [, , ], [null, null, null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Chestplate mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 40, terra 20", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Leggings mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 40, terra 20", [ [, , ], [, , ], [, null, ]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Boots mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 40, terra 20", [ [, null, ], [, , ], [null, null, null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Flint and Steel mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 40, terra 20", [ [null, , null], [null, , null], [null, , null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Shears mods.thaumcraft.Arcane.addShaped("VOIDMETAL", , "perditio 40, terra 20", [ [null, , null], [, , ], [null, , null]]); // - mods.thaumcraft.Research.addArcanePage("VOIDMETAL", ); // --- Void Inert Wand Cap mods.thaumcraft.Research.clearPages("CAP_void"); mods.thaumcraft.Research.addPage("CAP_void", "tc.research_page.CAP_void.1"); mods.thaumcraft.Arcane.addShaped("CAP_void", , "ordo 40, ignis 40, aer 40, perditio 40", [ [, , ], [, , ], [, , ]]); // - mods.thaumcraft.Research.addArcanePage("CAP_void", ); // --- Charged Void Cap mods.thaumcraft.Infusion.addRecipe("CAP_void", , [, , , , , ], "alienis 32, auram 32, potentia 32, vacuos 32", , 8); mods.thaumcraft.Research.addInfusionPage("CAP_void", ); // - mods.thaumcraft.Research.setAspects("CAP_void", "auram 12, vacuos 12, alienis 9, praecantatio 9, instrumentum 6, terra 6, tenebrae 3"); mods.thaumcraft.Research.setComplexity("CAP_void", 3); // --- Essentia Reservoir mods.thaumcraft.Infusion.addRecipe("ESSENTIARESERVOIR", , [, , , , , , , ], "aqua 16, permutatio 16, praecantatio 16, vacuos 16", , 8); // - mods.thaumcraft.Research.setAspects("ESSENTIARESERVOIR", "aqua 12, permutatio 12, praecantatio 9, vacuos 9, alienis 6, tenebrae 3"); mods.thaumcraft.Research.setComplexity("ESSENTIARESERVOIR", 3); // --- Wand Focus Primal mods.thaumcraft.Arcane.addShaped("FOCUSPRIMAL", , "aqua 75, terra 75, ignis 75, aer 75, ordo 75, perditio 75", [ [, , ], [ ,, ], [, , ]]); // - mods.thaumcraft.Research.setAspects("FOCUSPRIMAL", "aqua 12, ignis 12, aer 12, terra 9, ordo 9, perditio 9, praecantatio 6, alienis 3"); mods.thaumcraft.Research.setComplexity("FOCUSPRIMAL", 4); // --- Staff Core of the Primal mods.thaumcraft.Infusion.addRecipe("ROD_primal_staff", , [, , , , , , , ], "aer 64, aqua 64, terra 64, ignis 64, ordo 64, perditio 64, praecantatio 128", , 10); // - mods.thaumcraft.Research.setAspects("ROD_primal_staff", "aqua 15, ignis 15, aer 12, terra 12, ordo 12, perditio 9, praecantatio 9, instrumentum 6, alienis 3"); mods.thaumcraft.Research.setComplexity("ROD_primal_staff", 4); // --- Void Thaumaturge Hood mods.thaumcraft.Infusion.addRecipe("ARMORVOIDFORTRESS", , [, , , , , , , , , ], "alienis 24, metallum 24, pannus 24, sensus 24, tutamen 24, vacuos 24, praecantatio 24", , 8); // - mods.thaumcraft.Research.setAspects("ARMORVOIDFORTRESS", "vacuos 15, tenebrae 15, tutamen 12, pannus 12, alienis 9, praecantatio 9, sensus 6, metallum 3"); mods.thaumcraft.Research.setComplexity("ARMORVOIDFORTRESS", 4); // --- Void Thaumaturge Roob mods.thaumcraft.Infusion.addRecipe("ARMORVOIDFORTRESS", , [, , , , , , , , , ], "alienis 32, metallum 32, pannus 32, sensus 32, tutamen 32, vacuos 32, praecantatio 32", , 8); // --- Void Thaumaturge Leggings mods.thaumcraft.Infusion.addRecipe("ARMORVOIDFORTRESS", , [, , , , , , , , , ], "alienis 28, metallum 28, pannus 28, sensus 28, tutamen 28, vacuos 28, praecantatio 28", , 8); // --- Sanity Checker mods.thaumcraft.Infusion.addRecipe("SANITYCHECK", , [, , , , , , , ], "alienis 16, cognitio 32, sensus 24, sano 16", , 5); // - mods.thaumcraft.Research.setAspects("SANITYCHECK", "sensus 12, cognitio 12, alienis 12, praecantatio 9, sano 6, victus 3"); mods.thaumcraft.Research.setComplexity("SANITYCHECK", 3); // --- Eldritch Eye mods.thaumcraft.Infusion.addRecipe("OCULUS", , [, , , , , , , ], "alienis 64, iter 32, tenebrae 32, vacuos 32", , 7); // - mods.thaumcraft.Research.setAspects("OCULUS", "alienis 12, cognitio 12, tenebrae 9, iter 9, permutatio 9, vitium 6, praecantatio 3"); mods.thaumcraft.Research.setComplexity("OCULUS", 3); // --- Primal Crusher mods.thaumcraft.Infusion.addRecipe("PRIMALCRUSHER", , [, , , , , ], "alienis 24, instrumentum 24, lucrum 24, perditio 24, perfodio 24, telum 24, vacuos 24", , 10); // - mods.thaumcraft.Research.setAspects("PRIMALCRUSHER", "praecantatio 12, alienis 12, instrumentum 12, lucrum 9, perditio 9, perfodio 9, telum 6, vacuos 3"); mods.thaumcraft.Research.setComplexity("PRIMALCRUSHER", 3); // --- Advanced Alchemical Construct mods.thaumcraft.Arcane.addShaped("ADVALCHEMYFURNACE", * 4, "aqua 32, terra 32, aer 32, ordo 32", [ [, , ], [ ,, ], [, , ]]); // - mods.thaumcraft.Research.setAspects("ADVALCHEMYFURNACE", "perditio 12, auram 12, aer 9, ordo 9, praecantatio 6, alienis 3"); mods.thaumcraft.Research.setComplexity("ADVALCHEMYFURNACE", 3); // --- Refresh Recipese --- // --- Void Seed mods.thaumcraft.Research.refreshResearchRecipe("ELDRITCHMINOR"); // --- Void Ingot mods.thaumcraft.Research.refreshResearchRecipe("VOIDMETAL"); // --- Void Cap mods.thaumcraft.Research.refreshResearchRecipe("CAP_void"); // --- Essentia Reservoir mods.thaumcraft.Research.refreshResearchRecipe("ESSENTIARESERVOIR"); // --- Wand Focus Primal mods.thaumcraft.Research.refreshResearchRecipe("FOCUSPRIMAL"); // --- Staff Core of the Primal mods.thaumcraft.Research.refreshResearchRecipe("ROD_primal_staff"); // --- Void Thaumaturge Armor mods.thaumcraft.Research.refreshResearchRecipe("ARMORVOIDFORTRESS"); // --- Sanity Checker mods.thaumcraft.Research.refreshResearchRecipe("SANITYCHECK"); // --- Eldritch Eye mods.thaumcraft.Research.refreshResearchRecipe("OCULUS"); // --- Primal Crusher mods.thaumcraft.Research.refreshResearchRecipe("PRIMALCRUSHER"); // --- Advanced Alchemical Construct mods.thaumcraft.Research.refreshResearchRecipe("ADVALCHEMYFURNACE"); // --- Silverwood Wand Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_silverwood"); // --- Greatwood Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_greatwood_staff"); // --- Reed Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_reed_staff"); // --- Blaze Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_blaze_staff"); // --- Obsidian Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_obsidian_staff"); // --- Icy Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_ice_staff"); // --- Quartz Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_quartz_staff"); // --- Bone Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_bone_staff"); // --- Silverwood Staff Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_silverwood_staff"); // --- Scepters mods.thaumcraft.Research.refreshResearchRecipe("SCEPTRE"); // --- Greatwood Rod mods.thaumcraft.Research.refreshResearchRecipe("ROD_greatwood"); // --- Reed Wand Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_reed"); // --- Blaze Rod Wand Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_blaze"); // --- Obsidian Wand Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_obsidian"); // --- Icy Wand Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_ice"); // --- Quartz Wand Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_quartz"); // --- Bone Wand Core mods.thaumcraft.Research.refreshResearchRecipe("ROD_bone"); // --- Hiding Stuff ---