10 lines
355 B
JSON
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"
|
|
}
|