diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Texture Pack Format.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Texture Pack Format.md b/docs/Texture Pack Format.md index bebcbb4..1aedde9 100644 --- a/docs/Texture Pack Format.md +++ b/docs/Texture Pack Format.md @@ -78,6 +78,14 @@ Tries to find at least one lore line that matches the given [string matcher](#st } ``` +#### Item type + +Filter by item type: + +```json +"firmament:item": "minecraft:clock" +``` + #### Logic Operators Logic operators allow to combine other firmament predicates into one. This is done by building boolean operators: |