Skip to content

Commit

Permalink
Support block tags (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick committed Apr 2, 2024
1 parent 30a0e7a commit 97dece1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/behavior/blocks/format/minecraft.block.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
"minecraft:on_step_on": { "$ref": "./triggers/on_step_on.json" },
"minecraft:queued_ticking": { "$ref": "./triggers/queued_ticking.json" },
"minecraft:random_ticking": { "$ref": "./triggers/random_ticking.json" }
},
"patternProperties": {
"tag:.+": {
"title": "Tag",
"description": "Applies a tag to the block, using the key without the \"tag:\" prefix as the tag name.",
"type": "object",
"additionalProperties": false
}
}
},
"states_ref": {
Expand Down

0 comments on commit 97dece1

Please sign in to comment.