diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-10-21 21:34:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 12:34:32 +0200 |
commit | 9da984da030b0955c301ac532370d7224ea0ffbf (patch) | |
tree | b30c028b67cbff308d24e148ca0eaa1cba21a822 /constants/IgnoredItems.json | |
parent | 9e8d5bc26637b9c5a0c46cb21475d006123d9c71 (diff) | |
download | SkyHanni-REPO-9da984da030b0955c301ac532370d7224ea0ffbf.tar.gz SkyHanni-REPO-9da984da030b0955c301ac532370d7224ea0ffbf.tar.bz2 SkyHanni-REPO-9da984da030b0955c301ac532370d7224ea0ffbf.zip |
Fix: Duplicate keys and add more ignored items plus other changes (#43)
Diffstat (limited to 'constants/IgnoredItems.json')
-rw-r--r-- | constants/IgnoredItems.json | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/constants/IgnoredItems.json b/constants/IgnoredItems.json index 6e10045..a6c83ad 100644 --- a/constants/IgnoredItems.json +++ b/constants/IgnoredItems.json @@ -1,6 +1,8 @@ { - "exact": [ + "equals": [ + "LEAVES_2-2", "MONSTER_EGG-120", + "PRISMARINE-7", "STEP-8", "STEP-11", "STEP-13", @@ -12,6 +14,7 @@ "SAND-9", "STONE-9", "WOOD_STEP-7", + "WOOD_STEP-10", "WOOD_STEP-11", "WOOD_STEP-13", "RED_ROSE-9", @@ -20,15 +23,15 @@ ], "contains": [ "BOW-", - "LEATHER_BOOTS-", - "MAP-", - "LOG_2-", "DIRT-", "FISHING_ROD-", - "SKULL_ITEM-", - "OBSIDIAN-", "HAY_BLOCK-", - "YELLOW_FLOWER-", - "SPONGE-" + "LEATHER_BOOTS-", + "LOG_2-", + "MAP-", + "OBSIDIAN-", + "SKULL_ITEM-", + "SPONGE-", + "YELLOW_FLOWER-" ] }
\ No newline at end of file |