Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 3 days ago
Updated last week
RPG Bosses is a mod focused on creating immersive, RPG-style boss encounters. Each boss is fully customizable via JSON files, allowing modpack creators to tailor their gameplay experience. Bosses spawn minions that respawn after death, turning any fight into an epic, multi-stage challenge, just like in MMORPG games.
How to use this mod:
-
Navigate to your Minecraft directory: "./config/rpgbosses/bosses/"
-
Create a new .json file for each boss using this structure below
{
"id": "undead_king",
"entity": "minecraft:zombie",
"minionTypes": ["minecraft:skeleton"],
"minionName": "Servant of the King",
"maxMinions": 4,
"respawnTicks": 600
}
- Now every zombie that spawns will summon a skeleton minion when he is damaged.
- Test if your boss is working with this command /spawn_boss undead_king