@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
23 lines • 584 B
JSON
{
"fields": [],
"isDeprecated": true,
"scalarField": {
"id": "_breathability",
"title": "Breathable as",
"dataType": 2,
"mustMatchChoices": true,
"choices": [
{
"id": "solid",
"title": "Solid"
},
{
"id": "air",
"title": "Air"
}
]
},
"description": "Determines whether the block is breathable by defining if the block is treated as a `solid` or as `air`. The default is `solid` if this component is omitted.",
"title": "Breathability",
"id": "minecraft:breathability"
}