From 21e84ba59f253a78fcf0ba6187ba27ba52114ee6 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Tue, 14 May 2024 19:35:39 +0200 Subject: Add item predicate --- docs/Texture Pack Format.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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: -- cgit