Difference between revisions of "Mods:Blood Magic Support"
From MineTweaker3 Wiki
| Line 1: | Line 1: | ||
| − | == | + | ==Blood Altar== |
| + | ===Additions=== | ||
| + | '''InputStack, OutputStack, TierRequired, LPRequired, DrainRate*, ConsumptionRate*''' | ||
| + | mods.bloodmagic.Altar.addRecipe(<minecraft:planks>, <minecraft:stick>, 5, 5000, 20, 20); //The last two are optional | ||
| + | ===Removals=== | ||
| + | '''OutputStack;''' | ||
| + | mods.bloodmagic.Altar.removeRecipe(<minecraft:stick>); | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | ---- | |
| − | + | ||
| − | + | ==Alchemical Chemistry Set== | |
| − | + | ===Additions=== | |
| − | + | '''OutputStack, ArrayInputStacks, TierRequired, LPRequired''' | |
| − | + | mods.bloodmagic.Alchemy.addRecipe(<minecraft:planks>, [<minecraft:stick>, <minecraft:fishing_rod>], 5, 5000); | |
| − | + | ===Removals=== | |
| − | + | '''OutputStack''' | |
| − | + | mods.bloodmagic.Alchemy.removeRecipe(<minecraft:planks>); | |
| − | + | ||
| − | + | ||
| − | + | ---- | |
| − | + | ||
| − | Alchemy.addRecipe(<minecraft:planks>, [<minecraft:stick>, <minecraft:fishing_rod>], 5, 5000); | + | |
| − | + | ==Ritual of Binding Recipes== | |
| − | Alchemy.removeRecipe(<minecraft:planks>); | + | ===Additions=== |
| − | + | '''InputStack, OutputStack''' | |
| − | + | mods.bloodmagic.Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>); | |
| − | + | ===Removals=== | |
| − | Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>); | + | '''OutputStack''' |
| − | + | mods.bloodmagic.Binding.removeRecipe(<minecraft:fishing_rod>); | |
| − | Binding.removeRecipe(<minecraft:fishing_rod>); | + | |
| − | + | ||
Revision as of 13:55, 10 July 2014
Contents
Blood Altar
Additions
InputStack, OutputStack, TierRequired, LPRequired, DrainRate*, ConsumptionRate*
mods.bloodmagic.Altar.addRecipe(<minecraft:planks>, <minecraft:stick>, 5, 5000, 20, 20); //The last two are optional
Removals
OutputStack;
mods.bloodmagic.Altar.removeRecipe(<minecraft:stick>);
Alchemical Chemistry Set
Additions
OutputStack, ArrayInputStacks, TierRequired, LPRequired
mods.bloodmagic.Alchemy.addRecipe(<minecraft:planks>, [<minecraft:stick>, <minecraft:fishing_rod>], 5, 5000);
Removals
OutputStack
mods.bloodmagic.Alchemy.removeRecipe(<minecraft:planks>);
Ritual of Binding Recipes
Additions
InputStack, OutputStack
mods.bloodmagic.Binding.addRecipe(<minecraft:planks>, <minecraft:fishing_rod>);
Removals
OutputStack
mods.bloodmagic.Binding.removeRecipe(<minecraft:fishing_rod>);