Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.10.0/components/minecraft.breathability.json

10 lines
343 B
JSON
Raw Normal View History

2020-11-25 10:32:34 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.blocks.1.10.0.minecraft.breathability",
2020-11-25 10:32:34 +01:00
"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.",
2020-11-26 17:00:56 +01:00
"enum": ["solid", "air"],
2020-11-25 10:32:34 +01:00
"default": "solid"
}