From 449bbc46baf440b373ed4290cbc63f1294a3fb2e Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Thu, 20 Jul 2023 04:05:46 +1000 Subject: ignore items (#15) --- constants/IgnoredItems.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 constants/IgnoredItems.json 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 -- cgit