Files
minecraft-bedrock-json-schemas/source/resource/biomes/format/components/water_identifier.json

16 lines
546 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.resource.biomes.minecraft.water_identifier",
"title": "Water Identifier",
"description": "[INTERNAL - WORK IN PROGRESS] Set the water settings used during deferred rendering.\nBiomes without this component will have default water settings.",
"type": "object",
"additionalProperties": false,
"required": ["water_identifier"],
"properties": {
"water_identifier": {
"title": "Water Identifier",
"description": "Identifier of water definition to use",
"type": "string"
}
}
}