Blood Magic Support
Handlers Supported
The following handlers are supported:
- Blood Altar
- Orb Shaped/Shapeless Recipes
- Alchemical Chemistry Set
- Rituals
NOTE: If a recipe calls for a TierRequired the blood orb tier that you give and the ones above it will be used.
Each of these handlers can have recipes added or removed:
Parameters with '@Optional' are optional and can be left out
//Blood Altar//InputStack, OutputStack, TierRequired, LPRequired, @Optional UsageRate, @Optional DrainRatemods.bloodmagic.Altar.addRecipe(<minecraft:glowstone_dust>, <minecraft:redstone>, 3, 5000, 20, 20);//OutputStackmods.bloodmagic.Altar.removeRecipe(<AWWayofTime:blankSlate>);
//Blood Orb Shaped and Shapeless Recipes//OutputStack, InputArraymods.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, InputArraymods.bloodmagic.BloodOrb.addShapeless(<AWWayofTime:demonBloodShard> * 5, [<AWWayofTime:archmageBloodOrb>, <AWWayofTime:demonBloodShard>, <AWWayofTime:bloodMagicBaseItems:27>]);
//Alchemical Chemistry Set//OutputStack, InputArray, TierRequired, LPRequiredmods.bloodmagic.Alchemy.addRecipe(<minecraft:clay> * 2, [<minecraft:hardened_clay>, <minecraft:hardened_clay>, <minecraft:water_bucket>], 1, 100);//OutputStackmods.bloodmagic.Alchemy.removeRecipe(<minecraft:ice>);