Daily Boss - More Bosses
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.
⚠️ Important: Moved Content
To reduce the file size, some large mods have been moved to their own standalone addons. Do not look for them in this mod.
🛠️ Features
- Expanded Boss Roster: Adds support for bosses from Mowzie's Mobs, Twilight Forest, Souls Like Universe, and many more.
- Automatic Configuration: Generates a
config/dailyboss_spawn_rules.json file on first launch.
- Granular Control: Enable/disable specific bosses, or filter them by dimension and biome.
- Custom Loot: Maps bosses to high-value loot tables (e.g., Bastion Treasure) by default. You can customize this without datapacks!
⚙️ Configuration Guide
Configuration is handled in config/dailyboss_spawn_rules.json.
Global Settings
"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.
Per-Boss Rules
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,
"force_unlock": 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.
💰 Loot & Progression
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.
⚔️ Supported Mods & Bosses
- Ancient Warrior, Artorias, Aatrox, Abyss Watcher
- Beast Clergyman, Count Robert, Crucible Knight
- Darius, Dragon Slayer Armour, Elemer, Fallen Lord, Gael
- Godfrey, Godskin Apostole, Gundyr, Gwyndolin, Jax
- Looking Glass Knight, Malenia, Margit, Mohg
- Nameless King, Notch, Ornstein, Pantheon
- Radagon, Radahn, Soul of Cinder, Sun Wukong
- Naga, Hydra, Minoshroom, Ur-ghast
- Snow Queen, Twilight Lich, Knight Phantom
- Ferrous Wroughtnaut
- Frostmaw
- Umvuthi, the Sunbird
- Tongbi, the Sculptor
Other Horrors
- Skeletosaurus, Endersent, Shulker Mimic
- Frostbitten Golem, Overgrown Colossus, Withered Abomination
- Cloud Golem, Ancient Guardian, Posessed Paladin, Dune Sentinel
Have a boss suggestion? Leave it in the comments!
