HomeJavaModsDaily Boss - More Config
Daily Boss - More Config
ModsJava

Daily Boss - More Config

by Etema · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1–1.21.11 · NeoForge⬇ Download for 1.20.1–1.20.6 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

DBMBC (Daily Boss More Boss Config)

Requires Daily Boss to work.

⚠️ Important Information

[!IMPORTANT] THIS VERSION ADDS CONFIGURATION ONLY. It does NOT include any boss entities. It allows you to configure bosses provided by datapacks.

🛑 DO NOT USE WITH DAILY BOSS - MORE BOSSES 🛑 They share the same logic but are separated to give you granular control over your modbucket. Using both will cause conflicts.

DBMBC adds support for bosses from multiple boss-focused mods and lets you decide which ones appear in the rotation, and where (Dimension / Biome).

Configuration is automatic and handled through a single file generated on first launch: config/dailyboss_spawn_rules.json


⚙️ Configuration

Global Settings

Control the default behavior for the mod.

"global_settings": {
  "default_enabled": true,
  "auto_add_new_bosses": true,
  "require_biome_match": false
}

Per-Boss Rules

Configure specific rules for each boss ID.

"boss_rules": {
  "cataclysm:ignis": {
    "enabled": true,
    "dimensions": ["minecraft:the_nether"],
    "biomes": ["minecraft:nether_wastes"],
    "blacklist_mode": false
  }
}

📋 Evaluation Logic

  1. Boss Existence: The boss entity must be registered in the game.
  2. Enabled Check: If enabled = false, the boss is skipped immediately.
  3. Blacklist Mode:
    • If false (Whitelist): At least one condition must match.
    • If true (Blacklist): No conditions may match.
  4. Strictness:
    • If require_biome_match = true, both Dimension and Biome checks must pass.

Examples

1. Disable a specific boss completely:

"cataclysm:maledictus": { "enabled": false }

(Note: Removing a boss entry restores it to global defaults. Explicitly setting false ensures it stays disabled.)

2. Allow only in Badlands:

"dungeons_and_combat:sunleia": {
  "enabled": true,
  "biomes": ["minecraft:badlands"],
  "blacklist_mode": false
}

3. Allow anywhere EXCEPT the Nether:

"cataclysm:ancient_remnant": {
  "enabled": true,
  "dimensions": ["minecraft:the_nether"],
  "blacklist_mode": true
}

💎 Loot & Progression

Every boss definition can map to high-value loot tables (e.g., Bastion Treasure) so victories feel meaningful without breaking early progression.

You can customize loot per boss in the JSON config without editing datapacks:

"loot": {
  "loot_tables": [
    "minecraft:chests/bastion_treasure",
    "yourpack:custom/ignis_rewards"
  ],
  "append_defaults": false
}

This layered system ensures non-destructive editing: Addon Loot(Optional) Appended DefaultsUnderlying Datapack Rewards


Discord

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more