Skip to content

Commit 5f31944

Browse files
committed
Changing properties to stats
1 parent b59269b commit 5f31944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/behavior/blocks/format/minecraft.block.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,14 @@
219219
"description": "Whether or not to register this block to the creative inventory menu.",
220220
"title": "Register To Creative Menu"
221221
},
222-
"properties": {
223-
"title": "Properties",
224-
"description": "UNDOCUMENTED.",
222+
"states": {
223+
"title": "States",
224+
"description": "[HOLIDAY EXPERIMENTAL] UNDOCUMENTED.",
225225
"$comment": "UNDOCUMENTED",
226226
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
227227
"type": "object",
228228
"additionalProperties": {
229-
"title": "Property",
229+
"title": "State",
230230
"description": "A block property.",
231231
"oneOf": [
232232
{

0 commit comments

Comments
 (0)