Expand your daily challenges with support for bosses from multiple mods!
This mod is an addon for Daily Boss that integrates bosses from various popular mods into the daily rotation system. It allows you to configure which bosses appear, their loot, and spawn conditions.
To reduce the file size, some large mods have been moved to their own standalone addons. Do not look for them in this mod.
| Mod | Link to Addon |
|---|---|
| Bosses of Mass Destruction | Daily Boss x Bosses of Mass Destruction |
| Aquamirae | Daily Boss x Aquamirae |
| L_Ender's Cataclysm | Daily Boss x L_Ender's Cataclysm |
config/dailyboss_spawn_rules.json file on first launch.Configuration is handled in config/dailyboss_spawn_rules.json.
"global_settings": {
"default_enabled": true,
"auto_add_new_bosses": true,
"require_biome_match": false
}
default_enabled: If true, new or unconfigured bosses are allowed to spawn.auto_add_new_bosses: Automatically adds newly detected boss IDs to the config.require_biome_match: If true, the boss must match BOTH the allowed dimension AND biome. If false, matching either is sufficient.You can define allow/deny lists for dimensions and biomes per boss.
"boss_rules": {
"cataclysm:ignis": {
"enabled": true,
"dimensions": ["minecraft:the_nether"],
"biomes": ["minecraft:nether_wastes"],
"blacklist_mode": false
}
}
enabled: Set to false to completely remove this boss from rotation.blacklist_mode:
false (Whitelist): Boss spawns ONLY in the listed dimensions/biomes.true (Blacklist): Boss spawns ANYWHERE EXCEPT the listed dimensions/biomes.By default, bosses drop high-tier loot so fighting them feels rewarding. You can change this in the loot section of the config:
"loot": {
"loot_tables": [
"minecraft:chests/bastion_treasure",
"yourpack:custom/ignis_rewards"
],
"append_defaults": false
}
loot_tables: A list of loot tables to use.append_defaults: If true, your custom loot is added on top of the default loot. If false, it replaces it.Have a boss suggestion? Leave it in the comments!

Add more bosses and config for Daily Boss