mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-15 22:55:45 +00:00
141 lines
4.8 KiB
JSON
141 lines
4.8 KiB
JSON
{
|
|
"$id": "3704131722",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"1287813091": {
|
|
"description": "The specific blocks used for this surface adjustment",
|
|
"properties": {
|
|
"foundation_material": {
|
|
"$ref": "#/definitions/3076687790",
|
|
"description": "Controls the block type used deep underground in this biome when this adjustment is active."
|
|
},
|
|
"mid_material": {
|
|
"$ref": "#/definitions/3076687790",
|
|
"description": "Controls the block type used in a layer below the surface of this biome when this adjustment is active."
|
|
},
|
|
"sea_floor_material": {
|
|
"$ref": "#/definitions/3076687790",
|
|
"description": "Controls the block type used as a floor for bodies of water in this biome when this adjustment is active."
|
|
},
|
|
"sea_material": {
|
|
"$ref": "#/definitions/3076687790",
|
|
"description": "Controls the block type used in the bodies of water in this biome when this adjustment is active."
|
|
},
|
|
"top_material": {
|
|
"$ref": "#/definitions/3076687790",
|
|
"description": "Controls the block type used for the surface of this biome when this adjustment is active."
|
|
}
|
|
},
|
|
"title": "minecraft:surface_material_adjustments - surface adjustment materials settings",
|
|
"type": "object"
|
|
},
|
|
"1462219063": {
|
|
"description": "A JSON field that specifies a Molang expression. Can be an integer, float, boolean, or string.",
|
|
"oneOf": [
|
|
{
|
|
"type": "number"
|
|
},
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "string"
|
|
}
|
|
],
|
|
"title": "Molang Expression"
|
|
},
|
|
"1527037515": {
|
|
"title": "Reference",
|
|
"type": "string"
|
|
},
|
|
"3076687790": {
|
|
"description": "Specifies a particular block. Can be a string block name or a JSON object",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/1527037515"
|
|
},
|
|
{
|
|
"properties": {
|
|
"name": {
|
|
"$ref": "#/definitions/1527037515",
|
|
"description": "Name of the block"
|
|
},
|
|
"states": {
|
|
"additionalProperties": {
|
|
"oneOf": [
|
|
{
|
|
"type": "integer"
|
|
},
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"description": "Contains members named after each state, with boolean, integer, or string values.",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"required": [
|
|
"name"
|
|
],
|
|
"type": "object"
|
|
}
|
|
],
|
|
"title": "Block Specifier"
|
|
},
|
|
"3263934683": {
|
|
"description": "An adjustment to generated terrain, replacing blocks based on the specified settings.",
|
|
"properties": {
|
|
"height_range": {
|
|
"description": "Defines a range of noise values [min, max] for which this adjustment should be applied.",
|
|
"items": {
|
|
"$ref": "#/definitions/1462219063",
|
|
"description": "A JSON field that specifies a Molang expression. Can be an integer, float, boolean, or string."
|
|
},
|
|
"maxItems": 2,
|
|
"minItems": 2,
|
|
"type": "array"
|
|
},
|
|
"materials": {
|
|
"$ref": "#/definitions/1287813091",
|
|
"description": "The specific blocks used for this surface adjustment"
|
|
},
|
|
"noise_frequency_scale": {
|
|
"description": "The scale to multiply by the position when accessing the noise value for the material adjustments.",
|
|
"type": "number"
|
|
},
|
|
"noise_range": {
|
|
"description": "Defines a range of noise values [min, max] for which this adjustment should be applied.",
|
|
"items": {
|
|
"type": "number"
|
|
},
|
|
"maxItems": 2,
|
|
"minItems": 2,
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": [
|
|
"materials"
|
|
],
|
|
"title": "minecraft:surface_material_adjustments - surface adjustment settings",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"description": "Specify fine-detail changes to blocks used in terrain generation (based on a noise function).",
|
|
"properties": {
|
|
"adjustments": {
|
|
"description": "All adjustments that match the column's noise values will be applied in the order listed.",
|
|
"items": {
|
|
"$ref": "#/definitions/3263934683",
|
|
"description": "An adjustment to generated terrain, replacing blocks based on the specified settings."
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"title": "minecraft:surface_material_adjustments",
|
|
"type": "object",
|
|
"x-format-version": "1.20.60"
|
|
} |