#‘height_range’ in biome surface_material_adjustments not working

1 messages · Page 1 of 1 (latest)

thick sun
#

Has anyone else experienced this?

thick sun
#

As per:

`{
"format_version": "1.20.60",
"minecraft:biome": {
"description": {
"identifier": "minecraft:hell"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.0,
"target_humidity": 0.0,
"target_altitude": 0.0,
"target_weirdness": 0.0,
"weight": 0.0
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:netherrack",
"foundation_material": "minecraft:netherrack",
"mid_material": "minecraft:netherrack",
"top_material": "minecraft:netherrack",
"sea_material": "minecraft:lava"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"top_material": "minecraft:gravel",
"sea_floor_material": "minecraft:gravel"
},
"height_range": [ "variable.sea_level - 3", "variable.sea_level + 2" ],
"noise_frequency_scale": 0.03125,
"noise_range": [ -1.0, -0.4 ]
},
{
"materials": {
"top_material": "minecraft:soul_sand",
"mid_material": "minecraft:soul_sand",
"sea_floor_material": "minecraft:soul_sand"
},
"height_range": [ "variable.sea_level - 3", "variable.sea_level + 2" ],
"noise_frequency_scale": 0.03125,
"noise_range": [ 0.4, 1.0 ]
}
]
},

  "minecraft:tags": {
    "tags": [
      "nether",
      "nether_wastes",
      "spawn_endermen",
      "spawn_few_piglins",
      "spawn_ghast",
      "spawn_magma_cubes",
      "spawns_nether_mobs",
      "spawn_zombified_piglin",
      "spawns_warm_variant_farm_animals"
    ]
  }
}

}
}
`

north lily