Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.17.0/components/minecraft.breathability.json
2021-08-22 00:15:58 +02:00

10 lines
355 B
JSON

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