promotional bannermobile promotional banner

Starting World Border

A mod that starts each world with a 5x5 world border. Useful for Modpacks. Can be altered with a datapack.

File Details

StartingWorldBorder-5x5-1.21.4.zip

  • R
  • Feb 2, 2025
  • 2.49 KB
  • 5
  • 1.21.4
  • NeoForge

File Name

StartingWorldBorder-5x5-1.21.4.zip

Supported Versions

  • 1.21.4

Curse Maven Snippet

NeoForge

implementation "curse.maven:starting-world-border-1190350:6150983"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Datapack format of the mod to allow modpack makers to change the default world size. By default, it is 5x5. Navigate into the .zip, find "data/startingworldborder/start.json"

Find: "execute if score asdf spawntimer matches 1 run worldborder set 5"

Then Change: "worldborder set 5" to "worldborder set #", with # being the number you want to use!

Then rezip the package, and add it to your world/modpack as needed.