Difference between revisions of "ModTweaker:Thaumcraft 4 Support"
From MineTweaker 3
(Created page with "== Handlers Supported == The following handlers are supported: * Aspects * Crucible * Infusion Each of these handlers can have recipes added or removed: {{ModTweakerNavig...") |
(→Handlers Supported) |
||
Line 8: | Line 8: | ||
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
− | + | //Crucible Recipes | |
+ | //ResearchKey, ResultStack, InputIngredient, AspectsList | ||
+ | mods.thaumcraft.Crucible.addRecipe(null, <minecraft:dirt>, <ore:treeSapling>, "terra 3, ordo 2, permutatio 12"); | ||
+ | //ResultStack | ||
+ | mods.thaumcraft.Crucible.removeRecipe(<minecraft:dirt>); | ||
+ | |||
+ | //Infusion recipes | ||
+ | //ResearchKey, MainInputStack, ArrayOfInputStacks, AspectsList, ResultStack, Instability | ||
+ | mods.thaumcraft.Infusion.addRecipe(null, <minecraft:water_bucket>, [<minecraft:dirt>, <minecraft:wheat_seeds>], "terra 1, victus 1, arbor 25", <minecraft:sapling>, 15); | ||
+ | //ResultStack | ||
+ | mods.thaumcraft.Infusion.removeRecipe(<minecraft:sapling>); | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Revision as of 15:52, 11 July 2014
Handlers Supported
The following handlers are supported:
- Aspects
- Crucible
- Infusion
Each of these handlers can have recipes added or removed:
//Crucible Recipes //ResearchKey, ResultStack, InputIngredient, AspectsList mods.thaumcraft.Crucible.addRecipe(null, <minecraft:dirt>, <ore:treeSapling>, "terra 3, ordo 2, permutatio 12"); //ResultStack mods.thaumcraft.Crucible.removeRecipe(<minecraft:dirt>);
//Infusion recipes //ResearchKey, MainInputStack, ArrayOfInputStacks, AspectsList, ResultStack, Instability mods.thaumcraft.Infusion.addRecipe(null, <minecraft:water_bucket>, [<minecraft:dirt>, <minecraft:wheat_seeds>], "terra 1, victus 1, arbor 25", <minecraft:sapling>, 15); //ResultStack mods.thaumcraft.Infusion.removeRecipe(<minecraft:sapling>);
ModTweaker Supported Mods |
---|
Applied Energistics 2 | Aura Cascade | Botania | Chisel 2 | Ex Nihilo | Extra Utilities | Factorization | Flaxbeard's Steam Power Support | Forestry | Mariculture | Mekanism | Metallurgy 4 | PneumaticCraft | Railcraft | Thaumcraft 4 | Thermal Expansion | Tinker's Construct |