Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/breathability.json
2022-06-07 21:37:57 +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"
}