#how can i make custom world border

1 messages · Page 1 of 1 (latest)

dire patrol
#

hello minecraft has an infinite world but I want my world to be only 25k x 25k
its possible whit behvior pack?

twin drum
#

You could potentially use features to replace all air blocks with barriers beyond 25k in each direction.

royal geyser
#

no, not only air blocks

#

I think you can use an equation to only place a barrier, what equation? idk

keen trellis
#

idk if that works

#

but we have this option

#

u can modify the overworld

#
{
  "format_version": "1.18.0",
    "minecraft:dimension": {
      "description": {
        "identifier": "minecraft:overworld"
      },
      "components": {
        "minecraft:dimension_bounds": {
          "min": -16,
          "max": 256
      },
      "minecraft:generation": {
          "generator_type": "void"
      }
    }
  }
}
royal geyser
#

It will make a void world

#

also, that only modifies the Y axis, not X