Mojira Archive
MC-267965

draft: Worldgen Datapack error: No key preset in MapLike[Biome] if biome source noise values below -2 or above 2 while F3 values for said biome source do display provided values outside these ranges correctly

As title: When loading in a datapack with a biome source containing any values {<-,2]U[2,>} for any of the noise parameters(temperature humidity continentalness erosion depth weirdness) the datapack gets rejected for 

No key preset in MapLike[...]

This is not expected behaviour, as noise_router accepts any density function for

 

  •  temperature: The temperature values only for biome placement. 
  •  vegetation: The humidity values only for biome placement.
  •  continents: The continentalness values only for biome placement.
  •  erosion: The erosion values only for biome placement and aquifer generation.
  •  depth: The depth values only for biome placement and aquifer generation.
  •  ridges: The weirdness values only for biome placement.

and so the values can be any value defined by said density functions.

 

{
          "biome": "minecraft:mushroom_fields",
          "parameters": {
            "temperature": 0,
            "humidity": 0,
            "continentalness": 0,
            "erosion": 0,
            "weirdness": 0,
            "depth": [
              -1,
              1
            ],
            "offset": 0
          }
  } 

 

Awaiting Response

BBLZ

2024-01-18, 10:24 PM

2024-01-19, 03:26 AM

2024-01-19, 03:26 AM

0

0

Unconfirmed

(Unassigned)

24w03b

-