Description
This is a simple Blood Magic addon for modpack makers that allows you to add recipes where you hold a blood orb in your off-hand and an item in your main hand, then it will transmute the item at the cost of blood from your blood network. This mod does not add any content by default; recipes must be added (via CraftTweaker) This mod was made by request for ATM 3 Expert
//mods.bloodtransmutation.transmutation.addRecipe(int orbTier, int bloodAmount, IItemStack held, IItemStack output); mods.bloodtransmutation.transmutation.addRecipe(1,100,<minecraft:sand>,<minecraft:clay>);



