Mineuniverse
Log in Register
Mods

RPG Bosses

A utility mod for modpack authors to create bosses more RPG style.
by subthy
Download Claim this project
4,442 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Server Utility Utility & QoL

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

{
  "entity": "minecraft:pig",
  "maxMinions": 2,
  "minions": [
    {
      "type": "minecraft:skeleton",
      "name": "Skeleton Minion",
      "respawnTicks": 400,
      "nbt": {
        "ArmorItems": [
          { "id": "minecraft:leather_boots", "Count": 1 },
          { "id": "minecraft:leather_leggings", "Count": 1 },
          { "id": "minecraft:leather_chestplate", "Count": 1 },
          { "id": "minecraft:leather_helmet", "Count": 1 }
        ],
        "HandItems": [
          { "id": "minecraft:stone_sword", "Count": 1 },
          {}
        ]
      }
    }
  ]
}

- 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 file_name

 

rpgbosses-0.0.2.jar
MC Client, 1.20.1, Forge, Server
Release 2025-08-11 Get

More from subthy

Create: Reclaimed Rocks
91,024
Plushie Buddies
7,180,124
Create: Cobblemon Tweaks
21,518
Hammer Havoc
1,824

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998