Difference between revisions of "ModTweaker:Botania Support"
From MineTweaker 3
Line 7: | Line 7: | ||
* Orechid | * Orechid | ||
* Elven Trade | * Elven Trade | ||
− | * Lexica Botania | + | * Lexica Botania: [[ModTweaker:Botania Support:Lexica Botania|Lexica Botania Support]] |
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: |
Revision as of 19:21, 1 September 2015
Handlers Supported
The following handlers are supported:
- Petal Apothecary
- Mana Infusion
- Rune Altar
- Orechid
- Elven Trade
- Lexica Botania: Lexica Botania Support
Each of these handlers can have recipes added or removed:
//Petal Apothecary - Note only petals/runes are actual valid input items //OutputStack, InputArray mods.botania.Apothecary.addRecipe(<minecraft:melon>, [<ore:petalLime>, <ore:petalRed>, <ore:petalRed>]); //OutputStack OR String (String is for subtiled Botania Flowers) mods.botania.Apothecary.removeRecipe("daybloom"); //Mana Infusion/Alchemy/Conjuration //OutputStack, InputStack, ManaCost mods.botania.ManaInfusion.addInfusion(<minecraft:golden_apple:1>, <minecraft:golden_apple>, 50000); mods.botania.ManaInfusion.addAlchemy(<minecraft:sand> * 4, <minecraft:sandstone:*>, 10); mods.botania.ManaInfusion.addConjuration(<minecraft:sand:1> * 2, <minecraft:sand:1>, 5); //OutputStack mods.botania.ManaInfusion.removeRecipe(<Botania:manaResource>); //Infusion mods.botania.ManaInfusion.removeRecipe(<minecraft:leather>); //Alchemy mods.botania.ManaInfusion.removeRecipe(<minecraft:redstone> * 2); //Conjuration //Rune Altar //OutputStack, InputArray, ManaCost mods.botania.RuneAltar.addRecipe(<minecraft:stonebrick:2>, [<minecraft:stonebrick>, <minecraft:gunpowder>], 5); //OutputStack mods.botania.RuneAltar.removeRecipe(<Botania:rune>); //Orechid //OreDictString, Weight //For weights, use the command /mt botaniaOrechid mods.botania.Orechid.addOre("plankWood", 20000); mods.botania.Orechid.addOre(<ore:logWood>, 5000); //OreDictString mods.botania.Orechid.removeOre("oreCoal"); mods.botania.Orechid.removeOre(<ore:oreIron>); //Elven Trade //OutputStack, InputArray mods.botania.ElvenTrade.addRecipe(<Botania:flower:4>, [<minecraft:yellow_flower>]); //OutputStack mods.botania.ElvenTrade.removeRecipe(<Botania:dreamwood>);
Commands Supported
ModTweaker introduces a command that will print a list of all registered Orechid weights to the minetweaker log.
/minetweaker botaniaOrechid
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 |