Skip to content

Commit

Permalink
Changing properties to stats
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Nov 9, 2023
1 parent b59269b commit 5f31944
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/behavior/blocks/format/minecraft.block.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,14 @@
"description": "Whether or not to register this block to the creative inventory menu.",
"title": "Register To Creative Menu"
},
"properties": {
"title": "Properties",
"description": "UNDOCUMENTED.",
"states": {
"title": "States",
"description": "[HOLIDAY EXPERIMENTAL] UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
"type": "object",
"additionalProperties": {
"title": "Property",
"title": "State",
"description": "A block property.",
"oneOf": [
{
Expand Down

0 comments on commit 5f31944

Please sign in to comment.