A mod designed for modpack developers that brings a rich RPG experience with boss battles.
The RPG Bosses mod is tailored for those looking to enhance their Minecraft gameplay with immersive boss encounters inspired by RPG elements. This mod empowers creators with the ability to fully customize each boss through user-friendly JSON configurations, providing a unique gameplay experience. As players engage in battles, bosses summon minions that revive upon defeat, transforming each fight into a thrilling, multi-level challenge akin to those found in MMORPGs.
Steps to implement this mod:
- Access your Minecraft directory at: “./config/rpgbosses/bosses/”
- For each boss, create a new .json file following the structure below:
{
"id": "undead_king",
"entity": "minecraft:zombie",
"minionTypes": ["minecraft:skeleton"],
"minionName": "Servant of the King",
"maxMinions": 4,
"respawnTicks": 600
}
