#how can i make custom world border
1 messages · Page 1 of 1 (latest)
You could potentially use features to replace all air blocks with barriers beyond 25k in each direction.
no, not only air blocks
I think you can use an equation to only place a barrier, what equation? idk
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"
}
}
}
}