On Java using data packs, nether and end height limits can be customised. In Bedrock, you cannot do this because trying to use this exact json code here results in an error:
- {
"format_version": "1.18.0",
"minecraft:dimension": {
"description": {
"identifier": "minecraft:nether"
},
"components": {
"minecraft:dimension_bounds": {
"min": -16,
"max": 256
},
"minecraft:generation": {
"generator_type": "void"
}
}
}
}
It should be possible on Bedrock to modify height limits of Nether and End using add-ons.
Please sign in to leave a comment.
0 Comments