1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-28 12:32:54 +00:00
Files
bedrock-samples/metadata/json_schemas/client/biome/1.21.70/Water Identifier Client Biome Component.json
2025-09-09 10:02:11 -07:00

23 lines
730 B
JSON

{
"$id": "2503601769",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"2527487449": {
"title": "Reference",
"type": "string"
}
},
"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.",
"properties": {
"water_identifier": {
"$ref": "#/definitions/2527487449",
"description": "Identifier of water definition to use"
}
},
"required": [
"water_identifier"
],
"title": "minecraft:water_identifier",
"type": "object",
"x-format-version": "1.21.70"
}