Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platforms
Supported environments
Client and server
Creators
Details
Licensed MIT
Published 4 days ago
Did you ever wish you can set different world border for each dimension ? Well, I did and find nothing to make it in vanilla, so I decide to make a mod to change that.
This mod allow you to set the world border for each dimension throught a config file.
By default the content of the config file is:
{
"_comment": "Dimensions not listed here keep the vanilla default size (59999968). Add modded dimensions like: \\"modid:dimension_name\\": 500",
"minecraft:overworld": 7000,
"minecraft:the_nether": 7000,
"minecraft:the_end": 59999968
}


