DeepUnderWorld
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (6 images)
🔍 Analysis
- 🏆 #241 of 532 adventure mods in this game by downloads
📋 About This Mod
### 🌐 Language / 语言选择 <details> <summary>English(expand/collapse)</summary> 1.A new dimension, the Underworld, has been added. 2.The original vanilla Nether Portal has been disabled. 3.Players need to build a portal with obsidian blocks on the bedrock in the Overworld to travel to the Underworld. 4.After digging down through two layers of bedrock in the Underworld, you must build a Nether Portal out of obsidian on the Mantle Block to get to the Nether. 5.Added a portal to the Overworld spawn point (can only be activated in the Overworld). 6.Added random teleportation portals: place four different rune stones on the four corners of the activated portal. 7.Shulker Shell is added to diamond equipment crafting recipes, and also available as loot from monster spawner chests in the Underworld. **Note: Random teleport portals must be at least 5 blocks away from other portals, otherwise update‑related issues may occur.** Configurable: ore generation, mob generation, spawner and chest loot in Underworld dimension. The configuration file is as follows: ``` { "deepunderworld": { "portal_daylimit_desc": "传送门解锁天数限制 Portal unlock days limit", "underworld_portal_unlock_day": 1, "nether_portal_unlock_day": 1, "desc": "地下世界矿物生成配置 (Deep Underworld Ore Generation Config)", "desc2": "每个矿物配置项包含:namespace(modid), name, size, count, min_y(-64), max_y(320)", "ores": , "descMobSpawn": "地下世界生物生成配置 (Deep Underworld Mob Spawn Config)", "descMobSpawn2": "每个生物配置项包含:namespace(modid), name, weight(1-50), minGroupSize(1-5), maxGroupSize(2-10)", "mobSpawn": , "dungeon_loot_desc": "刷怪笼箱子战利品配置:namespace, name, weight, min_count, max_count", "dungeon_loot": } } ``` </details> <details> <summary>中文(展开/收起)</summary> 1.添加了一个新维度:地下世界。 2.禁用了原版下界传送门。 3.玩家需要在主世界的基岩上,用黑曜石搭建传送门,前往地下世界。 4.在地下世界向下挖穿两层基岩后,需要在地幔方块上使用黑曜石搭建下界传送门,方可前往下界。 5.增加了主世界出生点传送门(只能在主世界激活)。 6.增加了随机传送门,需将四个不同的符文石放置在激活的传送门四角。 7.钻石装备的合成配方加入潜影贝壳;地下世界刷怪笼的箱子战利品也包含潜影贝壳。 **注意:随机传送门距离其他传送门至少5格,否则会出现更新失效问题。** 可配置项:地下世界维度的矿物生成、怪物生成、刷怪笼与箱子战利品。 配置文件如下: ``` { "deepunderworld": { "portal_daylimit_desc": "传送门解锁天数限制 Portal unlock days limit", "underworld_portal_unlock_day": 1, "nether_portal_unlock_day": 1, "desc": "地下世界矿物生成配置 (Deep Underworld Ore Generation Config)", "desc2": "每个矿物配置项包含:namespace(modid), name, size, count, min_y(-64), max_y(320)", "ores": , "descMobSpawn": "地下世界生物生成配置 (Deep Underworld Mob Spawn Config)", "descMobSpawn2": "每个生物配置项包含:namespace(modid), name, weight(1-50), minGroupSize(1-5), maxGroupSize(2-10)", "mobSpawn": , "dungeon_loot_desc": "刷怪笼箱子战利品配置:namespace, name, weight, min_count, max_count", "dungeon_loot": } } ``` </details> <img src="https://cdn.modrinth.com/data/MVTJ3Hz0/images/c6d8e29babd43d739fa02d6095fa97658e163eea.png" alt="Shockbyte"> <img src="https://cdn.modrinth.com/data/MVTJ3Hz0/images/a6cb0f6d7f6ee80b33474a3176ccd0ac64618a31.png" alt="Shockbyte">
### 🌐 Language / 语言选择
English(expand/collapse)
1. A new dimension, the Underworld, has been added.
2. The original vanilla Nether Portal has been disabled.
3. Players need to build a portal with obsidian blocks on the bedrock in the Overworld to travel to the Underworld.
4. After digging down through two layers of bedrock in the Underworld, you must build a Nether Portal out of obsidian on the Mantle Block to get to the Nether.
5. Added a portal to the Overworld spawn point (can only be activated in the Overworld).
6. Added random teleportation portals: place four different rune stones on the four corners of the activated portal.
7. Shulker Shell is added to diamond equipment crafting recipes, and also available as loot from monster spawner chests in the Underworld.
Configurable: ore generation, mob generation, spawner and chest loot in Underworld dimension.
The configuration file is as follows:
``` { "deepunderworld": { "portal_daylimit_desc": "传送门解锁天数限制 Portal unlock days limit", "underworld_portal_unlock_day": 1, "nether_portal_unlock_day": 1, "desc": "地下世界矿物生成配置 (Deep Underworld Ore Generation Config)", "desc2": "每个矿物配置项包含:namespace(modid), name, size, count, min_y(-64), max_y(320)", "ores": [ { "namespace": "minecraft", "name": "diamond_ore", "size": 5, "count": 12, "min_y": -60, "max_y": 320 } ], "descMobSpawn": "地下世界生物生成配置 (Deep Underworld Mob Spawn Config)", "descMobSpawn2": "每个生物配置项包含:namespace(modid), name, weight(1-50), minGroupSize(1-5), maxGroupSize(2-10)", "mobSpawn": [ { "namespace": "minecraft", "name": "witch", "weight": 5, "minGroupSize": 1, "maxGroupSize": 1 } ], "dungeon_loot_desc": "刷怪笼箱子战利品配置:namespace, name, weight, min_count, max_count", "dungeon_loot": [ { "namespace": "minecraft", "name": "nether_wart", "weight": 3, "min_count": 1, "max_count": 2 }, { "namespace": "minecraft", "name": "shulker_shell", "weight": 2, "min_count": 1, "max_count": 2 } ] } } ```
中文(展开/收起)
1.添加了一个新维度:地下世界。
2.禁用了原版下界传送门。
3.玩家需要在主世界的基岩上,用黑曜石搭建传送门,前往地下世界。
4.在地下世界向下挖穿两层基岩后,需要在地幔方块上使用黑曜石搭建下界传送门,方可前往下界。
5.增加了主世界出生点传送门(只能在主世界激活)。
6.增加了随机传送门,需将四个不同的符文石放置在激活的传送门四角。
7.钻石装备的合成配方加入潜影贝壳;地下世界刷怪笼的箱子战利品也包含潜影贝壳。
注意:随机传送门距离其他传送门至少5格,否则会出现更新失效问题。
可配置项:地下世界维度的矿物生成、怪物生成、刷怪笼与箱子战利品。
``` { "deepunderworld": { "portal_daylimit_desc": "传送门解锁天数限制 Portal unlock days limit", "underworld_portal_unlock_day": 1, "nether_portal_unlock_day": 1, "desc": "地下世界矿物生成配置 (Deep Underworld Ore Generation Config)", "desc2": "每个矿物配置项包含:namespace(modid), name, size, count, min_y(-64), max_y(320)", "ores": [ { "namespace": "minecraft", "name": "diamond_ore", "size": 5, "count": 12, "min_y": -60, "max_y": 320 } ], "descMobSpawn": "地下世界生物生成配置 (Deep Underworld Mob Spawn Config)", "descMobSpawn2": "每个生物配置项包含:namespace(modid), name, weight(1-50), minGroupSize(1-5), maxGroupSize(2-10)", "mobSpawn": [ { "namespace": "minecraft", "name": "witch", "weight": 5, "minGroupSize": 1, "maxGroupSize": 1 } ], "dungeon_loot_desc": "刷怪笼箱子战利品配置:namespace, name, weight, min_count, max_count", "dungeon_loot": [ { "namespace": "minecraft", "name": "nether_wart", "weight": 3, "min_count": 1, "max_count": 2 }, { "namespace": "minecraft", "name": "shulker_shell", "weight": 2, "min_count": 1, "max_count": 2 } ] } } ```

📊 Mod Details
- Game
- Minecraft Mods
- Author
- ChongYu668
- Version
- 1.4+mc26.3-snapshot-10
- Downloads
- 270
- Endorsements
- 2
- Category
- adventure
- Created
- 6/22/2026
- Updated
- 8/27/2026
- Game Versions
- 26.3-snapshot-10
- Tags
- adventure, mobs, worldgen
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does DeepUnderWorld support?
The author lists 26.3-snapshot-10. Other versions may work but are untested by the author.
What is the latest version of DeepUnderWorld?
Version 1.4+mc26.3-snapshot-10, published 2026-08-27 with 270 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await





