diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-02-01 18:29:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 08:29:19 +0100 |
commit | 939d22724850823ab778ed23ab18e69825afa01a (patch) | |
tree | 47e0416fdb8296b07e455de150e071ed4d10b40e /constants/IgnoredItems.json | |
parent | 77a324ddb36e535870d5f899d554c836c9d26551 (diff) | |
download | SkyHanni-REPO-939d22724850823ab778ed23ab18e69825afa01a.tar.gz SkyHanni-REPO-939d22724850823ab778ed23ab18e69825afa01a.tar.bz2 SkyHanni-REPO-939d22724850823ab778ed23ab18e69825afa01a.zip |
more ignored items (#107)
Diffstat (limited to 'constants/IgnoredItems.json')
-rw-r--r-- | constants/IgnoredItems.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/constants/IgnoredItems.json b/constants/IgnoredItems.json index a6c83ad..46996e6 100644 --- a/constants/IgnoredItems.json +++ b/constants/IgnoredItems.json @@ -4,9 +4,14 @@ "MONSTER_EGG-120", "PRISMARINE-7", "STEP-8", + "STEP-9", + "STEP-10", "STEP-11", + "STEP-12", "STEP-13", + "STEP-14", "STEP-15", + "WOOD-7", "WOOD-8", "WOOD-9", "SAPLING-6", @@ -14,8 +19,11 @@ "SAND-9", "STONE-9", "WOOD_STEP-7", + "WOOD_STEP-8", + "WOOD_STEP-9", "WOOD_STEP-10", "WOOD_STEP-11", + "WOOD_STEP-12", "WOOD_STEP-13", "RED_ROSE-9", "RED_ROSE-15", @@ -31,7 +39,8 @@ "MAP-", "OBSIDIAN-", "SKULL_ITEM-", + "SNOW-", "SPONGE-", "YELLOW_FLOWER-" ] -}
\ No newline at end of file +} |