DeepUnderWorld

Quick rating

DeepUnderWorld

No reviews yet

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

Adventure/Exploration
Custom Dimensions
World Gen Improvements
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.3+mc26.3-snapshot-7
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

en_us:

1.A new dimension, the Underworld, has been added.

2.The original version of the Hell Gate has been disabled.

3.Players need to build a portal with obsidian blocks on the bedrock in the main world, and then proceed to the underground world.

4.Then, after digging down through two layers of bedrock in the Underworld, one must finally construct a Nether Portal out of obsidian on the Mantle Block to proceed to the Netherworld.

5.Added a portal to the overworld's spawn point (can only be activated in the overworld).
   
6.Random teleportation portals have been added, requiring the placement of four different rune stones at the four corners of the activated portal.

7.The item Shulker Shell has been added to the crafting recipe for Diamond Equipments, and it has also been included in the monster spawning cage boxes in the Underworld.

**Note: The random teleportation portal should be at least 5 squares away from other teleportation portals, otherwise there may be issues with updates not being applied.**

Configurable items: ores generation, monster generation, and loot from spawner cages and chests in the Underworld dimension.

zh_cn:

1. 添加了一个新维度为地下世界。

2. 禁用了原版地狱门。

3.玩家需要在主世界的基岩上,用黑曜石搭建传送门,然后前往地下世界。

4.然后在地下世界向下挖穿两层基岩后,最终在地幔方块上用黑曜石搭建地狱传送门,才能前往地狱。

5. 增加了主世界出生点传送门(只能在主世界激活)。

6.增加了随机传送门,需将四个不同的符文石放置在激活的传送门四角。

7.钻石装备的合成表中加入了物品潜影贝壳,同时在地下世界的刷怪笼箱子里也加入了潜影贝壳。

注意:随机传送门距离其他传送门至少5格以上,否则可能会出现无法更新的问题。

可配置项:地下世界维度的矿物生成,怪物生成,以及刷怪笼子战利品。

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
      }
    ]
  }
}
```

Underworld Portal:when overworld 。

地下世界传送门(主世界搭建)

Nether Portal:when under world

地狱门(地下世界搭建)

Spawnpoint Portal:when overworld

主世界出生点传送门

Random Portal:First, ignite the portal, and then replace the blocks at the four corners with rune stones.

随机传送门:先点燃传送门,然后替换四个角的方块为符文石即可。

zh_cn:

1.添加了一个新维度为地下世界。

2.禁用了原版地狱门。

3.玩家需要在主世界的基岩上,用黑曜石搭建传送门,然后前往地下世界。

4.然后在地下世界向下挖穿两层基岩后,最终在地幔方块上用黑曜石搭建地狱传送门,才能前往地狱。

5.增加了主世界出生点传送门(只能在主世界激活)。

6.增加了随机传送门,需将四个不同的符文石放置在激活的传送门四角。

7.钻石装备的合成表中加入了物品潜影贝壳,同时在地下世界的刷怪笼箱子里也加入了潜影贝壳。

注意:随机传送门距离其他传送门至少5格以上,否则可能会出现无法更新的问题。

可配置项:地下世界维度的矿物生成,怪物生成,以及刷怪笼箱子战利品。

en_us:

1.A new dimension, the Underworld, has been added.

2.The original version of the Hell Gate has been disabled.

3.Players need to build a portal with obsidian blocks on the bedrock in the main world, and then proceed to the underground world.

4.Then, after digging down through two layers of bedrock in the Underworld, one must finally construct a Nether Portal out of obsidian on the Mantle Block to proceed to the Netherworld.

5.Added a portal to the overworld's spawn point (can only be activated in the overworld).

6.Random teleportation portals have been added, requiring the placement of four different rune stones at the four corners of the activated portal.

7.The item Shulker Shell has been added to the crafting recipe for Diamond Equipments, and it has also been included in the monster spawning cage boxes in the Underworld.

Note: The random teleportation portal should be at least 5 squares away from other teleportation portals, otherwise there may be issues with updates not being applied.

Configurable items: ores generation, monster generation, and loot from spawner cages and chests in the 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
      }
    ]
  }
}
Shockbyte Shockbyte

Screenshots

Gallery

  • 随机传送门1
    随机传送门1 Random Portal 1
  • 主世界出生点传送门
    主世界出生点传送门 Spawnpoint Portal:when overworld
  • 地狱门(地下世界搭建)
    地狱门(地下世界搭建) Nether Portal:when under world
  • 地下世界传送门(主世界搭建)
    地下世界传送门(主世界搭建) Underworld Portal:when overworld
  • 地下世界维度
    地下世界维度 Underworld Dimension
  • 随机传送门2
    随机传送门2 Random Portal 2
  • 地狱门
    地狱门 Nether Portal
  • 随机传送门2
    随机传送门2 Random Portal
  • 地狱门(地下世界搭建)
    地狱门(地下世界搭建) Nether Portal:when under world
  • 主世界出生点传送门
    主世界出生点传送门 Spawnpoint Portal:when overworld
  • 随机传送门1
    随机传送门1 Random Portal
  • 地下世界传送门(主世界搭建)
    地下世界传送门(主世界搭建) Underworld Portal:when overworld

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works