1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-15 22:55:45 +00:00
Files
bedrock-samples/metadata/json_schemas/server/biome/1.20.60/Multinoise Generation Rules Biome Component.json
2025-09-09 10:02:11 -07:00

30 lines
1.1 KiB
JSON

{
"$id": "458645028",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Controls how this biome is instantiated (and then potentially modified) during world generation of the nether.",
"properties": {
"target_altitude": {
"description": "Altitude with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"target_humidity": {
"description": "Humidity with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"target_temperature": {
"description": "Temperature with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"target_weirdness": {
"description": "Weirdness with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"weight": {
"description": "Weight with which this biome should be generated, relative to other biomes.",
"type": "number"
}
},
"title": "minecraft:multinoise_generation_rules",
"type": "object",
"x-format-version": "1.20.60"
}