10 lines
343 B
JSON
10 lines
343 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.blocks.1.10.0.minecraft.breathability",
|
|
"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.",
|
|
"enum": ["solid", "air"],
|
|
"default": "solid"
|
|
}
|