mojira.dev
MC-218039

"Empty range decorator" spam in logs when creating a custom world

When creating the following custom dimension via a datapack:

'data/foo/dimension/custom.json' : 
{
  "generator": {
    "biome_source": {
      "large_biomes": false,
      "seed": 0,
      "type": "minecraft:vanilla_layered"
    },
    "seed": 0,
    "settings": "minecraft:nether",
    "type": "minecraft:noise"
  },
  "type": "minecraft:the_end"
}

the following errors tend to spam the system logs: 

Empty range decorator: RangeDecorator@2d4e6bb2 [136-127]
Empty range decorator: RangeDecorator@2d4e6bb2 [136-127]
Empty range decorator: RangeDecorator@2d4e6bb2 [0--8]
Empty range decorator: RangeDecorator@2d4e6bb2 [0--8]
Empty range decorator: RangeDecorator@2d4e6bb2 [0–8]

suggesting calming down on the error messages due to now modifiable world Y limits.

Linked issues

Comments 2

The error message should be clearer in newer snapshots, but this essentially means you have features that are specified to spawn in a range that doesn't exist given the world height of the world you're generating. Nothing can generate with a min y of 136 and a max y of 127.

gnembon

(Unassigned)

Confirmed

Normal

Custom Worlds

21w08b

Retrieved