RPG Bosses
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 0.0.2
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/rpg-bosses
资源信息
Minecraft 版本: 1.20.1
平台: forge
资源介绍
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
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~