ModTweaker:Thaumcraft 4 Support

From MineTweaker 3
Revision as of 10:38, 17 July 2014 by Spitefulfox (Talk)

Jump to: navigation, search

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:

//Changing Aspects - Additions, Replacements, Removals
//ItemStack, AspectsList
mods.thaumcraft.Aspects.add(<Botania:manaCookie:*>, "aqua 1, terra 3, tempestas 45");
//ItemStack, AspectsList
mods.thaumcraft.Aspects.set(<minecraft:dirt:*>, "ignis 23");
//ItemStack, AspectsList
mods.thaumcraft.Aspects.remove(<minecraft:glowstone_dust>, "lux 2");

//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>);
//Mod Tweaker 0.5+ Only
//Arcane Workbench Recipes
//ResearchKey, ResultStack, AspectsList, ShapedRecipe
mods.thaumcraft.Arcane.addShaped("ASPECTS", <minecraft:diamond>, "aqua 1, terra 3",
[[null, <minecraft:gold_ingot>,null],
[<minecraft:gold_ingot>, null, <minecraft:gold_ingot>],
[null, <minecraft:gold_ingot>, null]]);
//ResearchKey, ResultStack, AspectsList, ArrayOfInputStacks
mods.thaumcraft.Arcane.addShapeless("ASPECTS", <minecraft:diamond>, "aqua 5, terra 5, perditio 5, ordo 5", [<minecraft:dirt>, <minecraft:feather>, <minecraft:gold_ingot>]);



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