When using the following dimension_type template the custom dimensions wouldn't load in 1.16.2, with the error "WorldGenSettings: Failed to parse buildworld:dimension_type/hell.json file: buildworld:dimension_type/hell.json"
{
"ultrawarm": false,
"natural": true,
"piglin_safe": false,
"respawn_anchor_works": false,
"bed_works": true,
"has_raids": true,
"has_skylight": true,
"has_ceiling": false,
"coordinate_scale": 1,
"ambient_light": 0,
"logical_height": 256,
"infiniburn": "minecraft:infiniburn_overworld"
}
I also tried it with "1.0" and "0" at "coordinate_scale
", thats the onliest what changed in 1.16.2
Attachments
Comments 3
I've tried it, but it didn't work, same error as before.
{
"logical_height": 256,
"infiniburn": "minecraft:infiniburn_overworld",
"effects": "minecraft:overworld",
"ambient_light": 0.0,
"bed_works": true,
"respawn_anchor_works": false,
"has_raids": true,
"ultrawarm": false,
"natural": true,
"coordinate_scale": 1.0,
"piglin_safe": false,
"has_skylight": true,
"has_ceiling": false
}
Please refer to the vanilla worldgen files (while these are for rc1, there have been to changes since then to them): https://twitter.com/slicedlime/status/1291759579584397312