#noise_params for vanilla biome

1 messages · Page 1 of 1 (latest)

kind sorrel
#

Hi, i want to reform the plains biome to have an average height of about 75, and almost no height variation. tried using height_params, but it doesnt change the generation in my world. i have custom biomes enabled. any idea?

#
{
  "format_version": "1.20.60",
  "minecraft:biome": {
    "description": {
      "identifier": "plains"
    },
    "components": {
      "minecraft:climate": {
        "downfall": 0.4,
        "snow_accumulation": [ 0.0, 0.125 ],
        "temperature": 0.8
      },
      "minecraft:multinoise_generation_rules": {
        "target_temperature": 0.0,
        "target_humidity": 0.0,
        "target_altitude": 0.0,
        "target_weirdness": 0.0,
        "weight": 0.4
      },
      "minecraft:overworld_height": {
        "noise_params": [0.8, 0]
      },
      "minecraft:surface_parameters": {
        "sea_floor_depth": 7,
        "sea_floor_material": "minecraft:gravel",
        "foundation_material": "minecraft:stone",
        "mid_material": "minecraft:dirt",
        "top_material": "minecraft:moss_block",
        "sea_material": "minecraft:water"
      },
      "minecraft:overworld_generation_rules": {
        "hills_transformation": [
          [ "forest_hills", 1 ],
          [ "forest", 2 ]
        ],
        "shore_transformation": [
          [ "stone_beach", 1 ]
        ],
        "mutate_transformation": "sunflower_plains",
        "generate_for_climates": [
          [ "medium", 3 ],
          [ "warm", 1 ],
          [ "cold", 1 ]
        ]
      },
      "minecraft:tags": {
        "tags": [
          "animal",
          "monster",
          "overworld",
          "plains",
          "bee_habitat"
        ]
      }
    }
  }
}
kind sorrel
#

noise now seems to be the least of my issues. I need to de-slot every biome except 1. Ive tried setting all the generates_for_climates to 0, atleast the biomes which have this, but im just getting big stone fields and the occasional other biome

#

ive read the wiki

#

it says theres a fallback mechanism

#

do i have to add the component to all of these biomes too

kind sorrel
#

Hi can anyone help with this