Back to mods
DeepUnderWorld project artwork

Modrinth · Minecraft mod

DeepUnderWorld

The new dimension of the Underworld has changed the way to Nether dimension.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which DeepUnderWorld release matches 26.2 Fabric?

Updated 17 days ago
Best match for your filters 1.3+mc26.2
Game version 26.2
Loader Fabric

DeepUnderWorld 1.3+mc26.2 targets 26.2 with Fabric. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.

Where it goes

Is DeepUnderWorld required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does DeepUnderWorld 1.3+mc26.2 need?

1.3+mc26.2 on 26.2 Fabric. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add DeepUnderWorld without breaking your instance.

Built for DeepUnderWorld 1.3+mc26.2 on 26.2 Fabric. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.3+mc26.2. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.3+mc26.2. It opens that exact file at the source.

About this project

What does DeepUnderWorld add?

🌐 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.

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": [
      {
        "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
      }
    ]
  }
}
ShockbyteShockbyte

Project description from Modrinth.

Pick your setup

DeepUnderWorld by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

DeepUnderWorld versions and loaders

1 of 4 releases match
Clear filters

Looking for an older file? The official Modrinth project page is in Resources.