Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
🌐 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
}
]
}
}


