Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.10.0/components/minecraft.breathability.json
2021-05-26 01:23:51 +02:00

10 lines
343 B
JSON

{
"$id": "blockception.minecraft.behavior.blocks.1.10.0.minecraft.breathability",
"additionalProperties": false,
"type": "string",
"title": "Breathability 1.10.0",
"description": "Property describing the breathability of this block and whether it is treated as a solid or as air.",
"enum": ["solid", "air"],
"default": "solid"
}