Difference between revisions of "Mods:Blood Magic Support"
From MineTweaker 3
Line 3: | Line 3: | ||
The following handlers are supported: | The following handlers are supported: | ||
* Blood Altar | * Blood Altar | ||
+ | * Orb Shaped/Shapeless Recipes | ||
* Alchemical Chemistry Set | * Alchemical Chemistry Set | ||
− | |||
− | |||
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
− | // Blood Altar Recipes | + | //Blood Altar Recipes |
//InputStack, OutputStack, TierRequired, LPRequired, DrainRate, ConsumptionRate | //InputStack, OutputStack, TierRequired, LPRequired, DrainRate, ConsumptionRate | ||
− | mods.bloodmagic.Altar.addRecipe(<minecraft: | + | mods.bloodmagic.Altar.addRecipe(<minecraft:glowstone_dust>, <minecraft:redstone>, 3, 5000, 20, 20); //The last two are optional |
//OutputStack | //OutputStack | ||
− | mods.bloodmagic.Altar.removeRecipe(< | + | mods.bloodmagic.Altar.removeRecipe(<AWWayofTime:blankSlate>); |
− | // Alchemical Chemistry Set Recipes | + | //Blood Orb Shaped and Shapeless |
+ | //OutputStack, InputArray | ||
+ | mods.bloodmagic.BloodOrb.addShaped(<minecraft:ender_pearl>, [[<AWWayofTime:weakBloodShard>, <AWWayofTime:crystallos>,<AWWayofTime:weakBloodShard>], [<AWWayofTime:magicales>, <AWWayofTime:magicianBloodOrb>, <AWWayofTime:magicales>], [<AWWayofTime:weakBloodShard>, <AWWayofTime:crystallos>, <AWWayofTime:weakBloodShard>]]); | ||
+ | //OutputStack, InputArray | ||
+ | mods.bloodmagic.BloodOrb.addShapeless(<AWWayofTime:demonBloodShard> * 5, [<AWWayofTime:archmageBloodOrb>, <AWWayofTime:demonBloodShard>, <AWWayofTime:bloodMagicBaseItems:27>]); | ||
+ | |||
+ | //Alchemical Chemistry Set Recipes | ||
//OutputStack, ArrayInputStacks, TierRequired, LPRequired | //OutputStack, ArrayInputStacks, TierRequired, LPRequired | ||
− | mods.bloodmagic.Alchemy.addRecipe(<minecraft: | + | mods.bloodmagic.Alchemy.addRecipe(<minecraft:clay> * 2, [<minecraft:hardened_clay>, <minecraft:hardened_clay>, <minecraft:water_bucket>], 1, 100); |
//OutputStack | //OutputStack | ||
− | mods.bloodmagic.Alchemy.removeRecipe(<minecraft: | + | mods.bloodmagic.Alchemy.removeRecipe(<minecraft:ice>); |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Revision as of 13:19, 1 February 2015
Handlers Supported
The following handlers are supported:
- Blood Altar
- Orb Shaped/Shapeless Recipes
- Alchemical Chemistry Set
Each of these handlers can have recipes added or removed:
//Blood Altar Recipes //InputStack, OutputStack, TierRequired, LPRequired, DrainRate, ConsumptionRate mods.bloodmagic.Altar.addRecipe(<minecraft:glowstone_dust>, <minecraft:redstone>, 3, 5000, 20, 20); //The last two are optional //OutputStack mods.bloodmagic.Altar.removeRecipe(<AWWayofTime:blankSlate>); //Blood Orb Shaped and Shapeless //OutputStack, InputArray mods.bloodmagic.BloodOrb.addShaped(<minecraft:ender_pearl>, [[<AWWayofTime:weakBloodShard>, <AWWayofTime:crystallos>,<AWWayofTime:weakBloodShard>], [<AWWayofTime:magicales>, <AWWayofTime:magicianBloodOrb>, <AWWayofTime:magicales>], [<AWWayofTime:weakBloodShard>, <AWWayofTime:crystallos>, <AWWayofTime:weakBloodShard>]]); //OutputStack, InputArray mods.bloodmagic.BloodOrb.addShapeless(<AWWayofTime:demonBloodShard> * 5, [<AWWayofTime:archmageBloodOrb>, <AWWayofTime:demonBloodShard>, <AWWayofTime:bloodMagicBaseItems:27>]); //Alchemical Chemistry Set Recipes //OutputStack, ArrayInputStacks, TierRequired, LPRequired mods.bloodmagic.Alchemy.addRecipe(<minecraft:clay> * 2, [<minecraft:hardened_clay>, <minecraft:hardened_clay>, <minecraft:water_bucket>], 1, 100); //OutputStack mods.bloodmagic.Alchemy.removeRecipe(<minecraft:ice>);
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 |