

Daily Boss
Активный0.0
Установок
0
Последнее обновление
3 недели назад
Клиент
Приключенческие
Магические
DailyBoss is a Minecraft mod that introduces a Colosseum-style boss daily challenge system.
⚠️ This mod is currently adding compatibility with more bosses from other mods!
Features
- Adds a Colosseum structure and an interactive Key Entity.
- When you right-click the Key Entity, it will spawn a random boss that you have already defeated at least once.
- The Key Entity resets every 1 real-life day (24 hours)
- If you do not defeat the boss within 24 hours, the boss will be discarded, and the Key Entity will reset without reward.
- A built-in UI displays a paginated list of available bosses (Press ` key to open)
- Custom boss entries can be added via datapacks.
- Resource packs can be used to customize boss posters shown in the UI.
How to add more bosses
- Open your request to my GitHub
- Or you can create a Datapack for yourself
Download Example Datapack/Resourcepack
Example datapack:
data/
└── pladailyboss/
└── dailyboss/
└── yourmodid/
└── monsterid.json
Replace yourmodid
with your mod or namespace ID, and monsterid
with the unique ID of your boss entity.
Example json file:
{
"loot_table": [
"minecraft:chests/bastion_treasure",
"minecraft:chests/bastion_other"
],
"nbt": {
"Invul": 202
}
}
Example resourcepack
To display posters in the UI, add images using the following file path format in your resourcepack:
assets/pladailyboss/textures/gui/entity_posters/<namespace>/<entity_name>_enabled.png
assets/pladailyboss/textures/gui/entity_posters/<namespace>/<entity_name>_disabled.png
assets/pladailyboss/textures/gui/entity_posters/<namespace>/<entity_name>_corrupted.png
- _enabled.png will be shown after the boss is defeated.
- _disabled.png is shown before the boss is unlocked.
- _corrupted.png is used when the boss entry refers to a mod that is not currently installed.
Mod Showcase Video
Dependency
