/* SevTech: Ages Blood Magic Blood Altar Script This script handles custom integration control to a mod. Note: These scripts are created and for the usage in SevTech: Ages and other modpacks curated by DarkPacks. You can use these scripts for reference and for learning but not for copying and pasting and claiming as your own. */ function init() { bloodMagic.removeAltar(.withTag({orb: "bloodmagic:apprentice"})); bloodMagic.addAltar(.withTag({orb: "bloodmagic:apprentice"}), , 1, 5000, 5, 5); bloodMagic.removeAltar(.withTag({orb: "bloodmagic:weak"})); bloodMagic.addAltar(.withTag({orb: "bloodmagic:weak"}), , 0, 2000, 2, 1); bloodMagic.removeAltar(); bloodMagic.addAltar(, , 0, 1000, 20, 0); bloodMagic.removeAltar(); bloodMagic.addAltar(, , 0, 3000, 5, 5); bloodMagic.addAltar(, , 0, 1500, 5, 5); }