diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-14 19:35:39 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-14 19:35:39 +0200 |
commit | 21e84ba59f253a78fcf0ba6187ba27ba52114ee6 (patch) | |
tree | 504d3ffc62b59728675657e15cf689348a994b1a /docs | |
parent | 7682534f6fd139b75f24c79b76098fe05f0fa0fe (diff) | |
download | firmament-21e84ba59f253a78fcf0ba6187ba27ba52114ee6.tar.gz firmament-21e84ba59f253a78fcf0ba6187ba27ba52114ee6.tar.bz2 firmament-21e84ba59f253a78fcf0ba6187ba27ba52114ee6.zip |
Add item predicate
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: |