mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-14 03:54:59 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"$id": "3937875407",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"3915697282": {
|
|
"$metaProperties": {
|
|
"CEREAL_EDITOR_SCHEMA_TAG": "type:color"
|
|
},
|
|
"oneOf": [
|
|
{
|
|
"pattern": "^#[a-fA-F0-9]{6}$",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"items": {
|
|
"type": "integer"
|
|
},
|
|
"maxItems": 3,
|
|
"minItems": 3,
|
|
"type": "array"
|
|
}
|
|
],
|
|
"title": "Color255RGB"
|
|
}
|
|
},
|
|
"description": "Sets the color grass will be tinted by in this biome on the map.",
|
|
"properties": {
|
|
"tint": {
|
|
"$ref": "#/definitions/3915697282",
|
|
"description": "Tint color used in this biome on the map."
|
|
},
|
|
"type": {
|
|
"const": "tint",
|
|
"description": "Controls the type of grass tint to use.",
|
|
"enum": [
|
|
"tint",
|
|
"noise"
|
|
],
|
|
"title": "GrassType",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"tint",
|
|
"type"
|
|
],
|
|
"title": "custom_map_tint_grass_tint",
|
|
"type": "object",
|
|
"x-format-version": "1.21.100"
|
|
} |