Difference between revisions of "Mods:Blood Magic Support"
From MineTweaker 3
(→Handlers Supported) |
|||
Line 5: | Line 5: | ||
* Alchemical Chemistry Set | * Alchemical Chemistry Set | ||
* Ritual of Binding | * Ritual of Binding | ||
− | * Orb Shaped/Shapeless Recipes | + | * Orb Shaped/Shapeless Recipes |
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
Line 26: | Line 26: | ||
//OutputStack | //OutputStack | ||
mods.bloodmagic.Binding.removeRecipe(<minecraft:fishing_rod>); | mods.bloodmagic.Binding.removeRecipe(<minecraft:fishing_rod>); | ||
− | + | ||
− | + | ||
//Blood Orb Shaped and Shapeless | //Blood Orb Shaped and Shapeless | ||
//ResultStack, Recipe | //ResultStack, Recipe |
Revision as of 16:59, 24 January 2015
Handlers Supported
The following handlers are supported:
- Blood Altar
- Alchemical Chemistry Set
- Ritual of Binding
- Orb Shaped/Shapeless Recipes
Each of these handlers can have recipes added or removed:
// Blood Altar Recipes //InputStack, OutputStack, TierRequired, LPRequired, DrainRate, ConsumptionRate mods.bloodmagic.Altar.addRecipe(<minecraft:planks>, <minecraft:stick>, 5, 5000, 20, 20); //The last two are optional //OutputStack mods.bloodmagic.Altar.removeRecipe(<minecraft:stick>); // Alchemical Chemistry Set Recipes //OutputStack, ArrayInputStacks, TierRequired, LPRequired mods.bloodmagic.Alchemy.addRecipe(<minecraft:planks>, [<minecraft:stick>, <minecraft:fishing_rod>], 5, 5000); //OutputStack mods.bloodmagic.Alchemy.removeRecipe(<minecraft:planks>); // Ritual of Binding Recipes //InputStack, OutputStack mods.bloodmagic.Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>); //OutputStack mods.bloodmagic.Binding.removeRecipe(<minecraft:fishing_rod>); //Blood Orb Shaped and Shapeless //ResultStack, Recipe mods.bloodmagic.BloodOrb.addShaped(<minecraft:diamond>, [[null, <minecraft:gold_ingot>,null], [<minecraft:gold_ingot>, null, <minecraft:gold_ingot>], [null, <minecraft:gold_ingot>, null]]); //ResultStack, ArrayOfInputStacks mods.bloodmagic.BloodOrb.addShapeless(<minecraft:diamond>, [<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 |