Difference between revisions of "ModTweaker:Thaumcraft 4 Support"
From MineTweaker 3
(→Handlers Supported) |
(→Handlers Supported) |
||
Line 1: | Line 1: | ||
== Handlers Supported == | == Handlers Supported == | ||
+ | |||
+ | '''Please note that the Thaumcraft Integration is a WIP, and Will have support for research changes in the future.''' | ||
The following handlers are supported: | The following handlers are supported: | ||
Line 10: | Line 12: | ||
//Crucible Recipes | //Crucible Recipes | ||
//ResearchKey, ResultStack, InputIngredient, AspectsList | //ResearchKey, ResultStack, InputIngredient, AspectsList | ||
− | mods.thaumcraft.Crucible.addRecipe( | + | mods.thaumcraft.Crucible.addRecipe("ALUMENTUM", <minecraft:dirt>, <minecraft:sapling:*>, "terra 3, ordo 2, permutatio 12"); |
//ResultStack | //ResultStack | ||
mods.thaumcraft.Crucible.removeRecipe(<minecraft:dirt>); | mods.thaumcraft.Crucible.removeRecipe(<minecraft:dirt>); | ||
Line 16: | Line 18: | ||
//Infusion recipes | //Infusion recipes | ||
//ResearchKey, MainInputStack, ArrayOfInputStacks, AspectsList, ResultStack, Instability | //ResearchKey, MainInputStack, ArrayOfInputStacks, AspectsList, ResultStack, Instability | ||
− | mods.thaumcraft.Infusion.addRecipe( | + | mods.thaumcraft.Infusion.addRecipe("ALUMENTUM", <minecraft:water_bucket>, [<minecraft:dirt>, <minecraft:wheat_seeds>], "terra 1, victus 1, arbor 25", <minecraft:sapling>, 15); |
//ResultStack | //ResultStack | ||
mods.thaumcraft.Infusion.removeRecipe(<minecraft:sapling>); | mods.thaumcraft.Infusion.removeRecipe(<minecraft:sapling>); | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Revision as of 16:29, 11 July 2014
Handlers Supported
Please note that the Thaumcraft Integration is a WIP, and Will have support for research changes in the future.
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("ALUMENTUM", <minecraft:dirt>, <minecraft:sapling:*>, "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("ALUMENTUM", <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 |