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

10 lines
342 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
2022-06-07 21:39:02 +02:00
"$id": "blockception.minecraft.behavior.blocks.minecraft.breathability",
2021-08-22 00:15:58 +02:00
"additionalProperties": false,
"type": "string",
2022-06-07 21:39:02 +02:00
"title": "Breathability",
2022-07-22 19:41:04 +02:00
"description": "Property describing the breathability of the block, and whether it's treated as a solid block or a block of air.",
2021-08-22 00:15:58 +02:00
"enum": ["solid", "air"],
"default": "solid"
}