mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-24 14:01:45 +00:00
18 lines
700 B
JSON
18 lines
700 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2503601769",
|
|
"x-format-version": "1.21.70",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "minecraft:water_identifier",
|
|
"description": "Set the identifier used for rendering water in Vibrant Visuals mode. Identifiers must resolve to identifiers in valid Water JSON schemas under the \"water\" directory. Biomes without this component will have default water settings.",
|
|
"type": "object",
|
|
"properties": {
|
|
"water_identifier": {
|
|
"description": "Identifier of water definition to use",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"water_identifier"
|
|
]
|
|
} |