Dedicated Dungeons
Dedicated Dungeons is a framework for creating isolated, procedural dungeon adventures in Minecraft.
Instead of placing another structure somewhere in the Overworld, Dedicated Dungeons creates separate dungeon instances built from configurable rooms, encounters, loot and progression rules.
The mod is designed both for players looking for dungeon-based gameplay and for modpack/datapack creators who want full control over how their dungeons work.
Current release status: the core dungeon system is stable and usable, but Dedicated Dungeons currently focuses primarily on providing the framework itself rather than shipping a large collection of predefined dungeons. Custom dungeons can already be created and played.
🏰 Instanced Dungeons
Dungeons exist separately from the normal Minecraft world.
This allows dungeon layouts and encounters to operate independently from terrain generation while keeping the player's regular world untouched.
Dungeon instances can be assembled from reusable rooms and connectors, making it possible to create anything from small crypts to large multi-stage dungeon runs.
🧩 Modular Dungeon Generation
Dungeon layouts are built from configurable pieces rather than being limited to one fixed structure.
Creators can define:
- dungeon rooms;
- room connections;
- entrance and exit points;
- enemy encounters;
- mob spawners;
- loot chests;
- progression through the dungeon.
This makes the system suitable for both carefully designed adventures and more procedural dungeon layouts.
⚔️ Configurable Encounters
Dungeon rooms can contain dedicated mob spawners and encounter setups.
Creators can control what appears inside their dungeon instead of relying entirely on normal Minecraft spawning.
This also makes Dedicated Dungeons suitable for modpacks with custom mobs, combat systems or progression.
💰 Customizable Loot
Dungeon chests can use Minecraft loot tables, allowing rewards to be configured through the familiar datapack system.
Vanilla loot tables can be used immediately, while modpack creators can provide completely custom rewards and progression.
📦 Built for Modpacks
Dedicated Dungeons is intentionally designed to be configurable.
Most dungeon content can be defined through data rather than hardcoded into the mod, allowing modpack authors to build dungeon experiences specifically for their packs.
That includes integrating content from other mods without requiring Dedicated Dungeons itself to contain direct support for every possible item, mob or equipment mod.
🛠️ Create Your Own Dungeons
One of the main goals of Dedicated Dungeons is to make custom dungeon creation practical.
The current release provides the systems required to build and play custom dungeons, while future updates will continue expanding both the framework and the content available for it.
Detailed documentation for dungeon and datapack creation is maintained separately so the main project page can remain focused on players.
🚧 Current Development
Dedicated Dungeons is released and intended for normal gameplay, but development is still active.
The underlying dungeon system is already functional and reasonably stable. However, the current versions are primarily focused on establishing the dungeon framework and creator tools.
This means that, for now, the mod should be viewed as a platform for dungeon content rather than a large dungeon content pack by itself.
Future releases are planned to expand:
- built-in dungeon content;
- dungeon generation options;
- encounter configuration;
- loot and progression possibilities;
- compatibility with other mods;
- tools available to datapack and modpack creators.
📜 Modpacks
You are free to include Dedicated Dungeons in modpacks.
Custom datapacks, dungeon configurations and integrations are not only supported — they are one of the primary use cases of the mod.
Dedicated Dungeons turns dungeons from static world structures into configurable adventures that can be built around your modpack, progression system or playstyle.