diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-22 15:11:43 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-22 15:11:43 +0200 |
commit | 0255fb669f34085d1a5a772a1fd4ba153900406a (patch) | |
tree | 74020c27766885c2e388d9ca6f0190dcb3cf5c46 | |
parent | eed15a8dd29fdabc56022f516d6acbd9d6f43916 (diff) | |
parent | 449bbc46baf440b373ed4290cbc63f1294a3fb2e (diff) | |
download | SkyHanni-REPO-0255fb669f34085d1a5a772a1fd4ba153900406a.tar.gz SkyHanni-REPO-0255fb669f34085d1a5a772a1fd4ba153900406a.tar.bz2 SkyHanni-REPO-0255fb669f34085d1a5a772a1fd4ba153900406a.zip |
Merge remote-tracking branch 'origin/main'
-rw-r--r-- | constants/IgnoredItems.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/constants/IgnoredItems.json b/constants/IgnoredItems.json new file mode 100644 index 0000000..bb56dd6 --- /dev/null +++ b/constants/IgnoredItems.json @@ -0,0 +1,33 @@ +{ + "exact": [ + "MONSTER_EGG-120", + "STEP-8", + "STEP-11", + "STEP-13", + "STEP-15", + "WOOD-8", + "WOOD-9", + "SAPLING-6", + "SAND-5", + "SAND-9", + "STONE-9", + "WOOD_STEP-7", + "WOOD_STEP-11", + "WOOD_STEP-13", + "RED_ROSE-9", + "RED_ROSE-15" + ], + "contains": [ + "BOW-", + "LEATHER_BOOTS-", + "MAP-", + "LOG_2-", + "DIRT-", + "FISHING_ROD-", + "SKULL_ITEM-", + "OBSIDIAN-", + "HAY_BLOCK-", + "YELLOW_FLOWER-", + "SPONGE-" + ] +}
\ No newline at end of file |