We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59269b commit 5f31944Copy full SHA for 5f31944
source/behavior/blocks/format/minecraft.block.json
@@ -219,14 +219,14 @@
219
"description": "Whether or not to register this block to the creative inventory menu.",
220
"title": "Register To Creative Menu"
221
},
222
- "properties": {
223
- "title": "Properties",
224
- "description": "UNDOCUMENTED.",
+ "states": {
+ "title": "States",
+ "description": "[HOLIDAY EXPERIMENTAL] UNDOCUMENTED.",
225
"$comment": "UNDOCUMENTED",
226
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
227
"type": "object",
228
"additionalProperties": {
229
- "title": "Property",
+ "title": "State",
230
"description": "A block property.",
231
"oneOf": [
232
{
0 commit comments