@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
17 lines • 367 B
JSON
{
"title": "True/False (Boolean) Block State",
"description": "This is a property that can be true or false.",
"fields": [
{
"id": "values",
"title": "Choices",
"description": "The set of allowed text values for this state.",
"defaultValue": [
0,
1,
2
],
"dataType": 32
}
]
}