

Information: This mod allows you to customize both vanilla and modded altars, enabling you to spawn any boss you desire and choose the sacrifice item and amount. Utilizing JSON configuration, this feature is particularly useful for players who have designed their own bosses through mods like RRR or Unity and wish to spawn them using established altars.
What's in this mod:
Configuration: You can configure the Name, BossPrefab, BossItem, and BossItems of all altars in the game, including those introduced by other mods.
Example Config for Bonemass's altar:
{
"AltarPrefabName" : "Bonemass",
"Name" : "$piece_offerbowl_bonemass",
"BossPrefab" : "Bonemass",
"SacrificeItem" : "WitheredBone",
"SacrificeAmount" : 10,
"ItemStandEnabled": false,
"ItemStandName" : ""
}
Deleting the .json configuration will prompt the generation of a new .json file upon game startup and entering a world, automatically incorporating all altars in the game, both vanilla and modded ones.
Known Issues:
Credits:
Installation:
Support: If you like what I do and want to support me,
Github: Feel free to submit bug reports or pull requests here.