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


