Custom World Height+
作者:rebot | 分类:模组
Minecraft 版本: 26.2
平台: fabric
标签: game-mechanics worldgen
Custom World Height
Customize the height limits of Minecraft dimensions with simple commands. Create taller Overworlds, expand the Nether, or adjust the End to fit your world-generation needs.
Features
- Change dimension height limits using commands.
- Supports the Overworld, Nether, and End independently.
- Saves settings automatically to a configuration file.
- Simple and lightweight implementation.
- Works through a configurable per-dimension height system.
Commands
Set Height for Current Dimension
/customworldheight <height>
Set Height for a Specific Dimension
/customworldheight <height> <dimension>
Examples
/customworldheight 512
/customworldheight 512 overworld
/customworldheight 256 the_nether
/customworldheight 384 the_end
Supported dimensions:
overworldthe_netherthe_end
Height Behavior
Overworld
- Minimum Y:
-64 - Maximum Y:
(height - 65)
Example:
/customworldheight 512 overworld
Result:
Y = -64 to Y = 447
Nether
- Minimum Y:
0 - Maximum Y:
(height - 1)
End
- Minimum Y:
0 - Maximum Y:
(height - 1)
Important Warnings
⚠️ Read carefully before using this mod.
Always Configure Height Before Creating a World
For best results, set your desired height before generating a new world.
Never Change Height While a World Is Loaded
Changing dimension height settings while playing can cause serious issues.
Restart Minecraft After Changing Height
After using the command:
- Save and exit your world.
- Close Minecraft completely.
- Launch Minecraft again.
The new height settings will only apply correctly after a full restart.
Existing Worlds Are Not Compatible With Different Heights
Opening a world with a different configured height than the one it was created with may cause:
- Crashes
- Chunk errors
- World corruption
- Other unexpected issues
Creating a new world after changing height settings is strongly recommended.
Configuration
The mod stores all height settings in:
.minecraft/config/custom-world-height.json
Settings are automatically saved whenever a height value is changed.
How It Works
- The mod loads its configuration file during startup.
- Height values for each dimension are read from the config.
- The
/customworldheightcommand updates and saves these values. - Minecraft's dimension height calculations are overridden using Mixins.
- After restarting Minecraft, newly created worlds use the configured height limits.
Recommended Usage
- Install the mod.
- Launch Minecraft.
- Set your desired height using the command.
- Close Minecraft completely.
- Restart Minecraft.
- Create a new world.
- Enjoy your custom-sized dimensions.
Note
This mod modifies dimension height limits at a fundamental level. Following the setup instructions and warnings is essential to avoid compatibility and world-generation issues.
请登录后举报
暂无评论,抢个沙发吧~