diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-07-20 04:05:46 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 20:05:46 +0200 |
commit | 449bbc46baf440b373ed4290cbc63f1294a3fb2e (patch) | |
tree | 78481d05a937480dc4d137fcc0d1b06545bb771a | |
parent | 6f1c5b2188e87369b751f7a783c5c32e0f250ade (diff) | |
download | SkyHanni-REPO-449bbc46baf440b373ed4290cbc63f1294a3fb2e.tar.gz SkyHanni-REPO-449bbc46baf440b373ed4290cbc63f1294a3fb2e.tar.bz2 SkyHanni-REPO-449bbc46baf440b373ed4290cbc63f1294a3fb2e.zip |
ignore items (#15)
-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 |