Назад в магазин
World Altitude Control
Modrinth Plugin

World Altitude Control

Control Minecraft dimensional Altitude

Информация о Minecraft-продукте

Важное о товаре

Совместимость, версии Minecraft, загрузчики и данные внешнего источника.

Тип

Plugin

Доступ

Бесплатно

Последняя версия

1.2.1

Загрузки

4 484

Загрузчики / Платформы

bukkit fabric folia forge paper purpur quilt spigot

Minecraft версии

1.18.2 – 1.20.1

Категории

game-mechanics utility worldgen

Описание

Подробная информация

# WAC World Altitude Control 世界高度控制 > 这个mod不能解决高度不能超过mc数据结构限制的问题,因为这会摧毁兼容性! > This mod doesn't solve the problem that the height can't exceed the mc data structure limit because it would destroy compatibility 这个Mod用于控制Minecraft维度高度,可在配置文件或在HutoolCore的Web编辑器中进行配置。 This mod is used to control the height of Minecraft dimensions and can be configured in the configuration file or in HutoolCore's web editor. 它的原理是Minecraft在创建ServerLevel(ServerWorld)时修改ServerLevel(ServerWorld)的高度配置。 It works by Minecraft modifying the height configuration of the ServerLevel (ServerWorld) when it is created. 以下为对参数的解释: The following is an explanation of the parameters (note in Chinese): |参数|注释| |-------|-------| |id|世界ID| |logical_height|玩家使用紫颂果或下界传送门可以到达的总高度。不会影响超过该限制高度的既有传送门。取值为0到4064的闭区间,且不能大于 height。| |min_y|该维度中可以存在方块的最低高度。数值必须在-2032至2031之间且为16的整数倍(也就是说,-2032是最小有效值,2016是最大有效值)。| |height|该维度中可以存在方块的总高度。数值必须在16至4064之间且为16的整数倍。维度中可以存在方块的最大高度值为min_y与height值之和减去1,不能超过2031。| 原版与使用HutoolCoreWebConfig的配置文件样式: The original and the profile style using HutoolCoreWebConfig: ```json { "worldConfigs": { "minecraft:overworld": { "id": "minecraft:overworld", "height": 1024, "min_y": -64, "logical_height": 256 }, "minecraft:the_nether": { "id": "minecraft:the_nether", "height": 1024, "min_y": -64, "logical_height": 256 }, "minecraft:the_end": { "id": "minecraft:the_end", "height": 1024, "min_y": -64, "logical_height": 256 } } } ``` ![Image](https://github.com/KenRouKoro/WAC/raw/master/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202023-05-06%20173638.png)

Разработчик

KenRouKoro

Профиль и данные получены с Modrinth

Открыть на Modrinth

Галерея продукта

Изображения проекта

Скриншоты и изображения из оригинальной страницы Modrinth.

Список изменений

Версии проекта

Опубликованные версии и оригинальные файлы Modrinth.

1.2.1 Актуальная Release 02.07.2023

World Altitude Control 1.2.1

Поддерживаемые версии Minecraft
1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1
Загрузчики / Платформы
bukkit fabric folia forge paper purpur quilt spigot
Показать изменения
1. 增加1.20.1支持 2. 增加Paper实现,支持Paper 1.18.2-1.20.1 3. Fabric支持1.20.1,Forge支持1.20.1,Ignite支持1.18.2-1.20.1
Войти

0.05 MB

1.2.0 Release 01.07.2023

World Altitude Control 1.2.0 1.19.3

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
bukkit fabric forge paper
Показать изменения
1. 增加配置文件注释 | Add comments to the configuration file
Войти

0.04 MB

1.1.0 Release 06.05.2023

WAC 1.1.0 For Minecraft 1.19.3+ Fabric Forge Ignite

Поддерживаемые версии Minecraft
1.19.3 1.19.4
Загрузчики / Платформы
fabric forge paper quilt
Показать изменения
**注意,Loaders中的Paper实际为Ignite,因为modrinth没有Ignite选项 | Note that Paper in Loaders is actually Ignite, as modrinth does not have an Ignite option** 1. 迁移新仓库 | Migrating a new Github repository 2. 增加bukkit系支持(Ignite)| Adding bukkit lineage support (Ignite)
Войти

0.04 MB