diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-13 22:48:21 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-13 22:48:21 +0100 |
commit | 9bfda270116a6c3267884d346ea2e54b728f5792 (patch) | |
tree | d8f5791cef3f28b5a000ccb3174b9b491c65e11e /constants | |
parent | dba7ee039647c7678a788cd32e16be37147f2bdd (diff) | |
download | SkyHanni-REPO-9bfda270116a6c3267884d346ea2e54b728f5792.tar.gz SkyHanni-REPO-9bfda270116a6c3267884d346ea2e54b728f5792.tar.bz2 SkyHanni-REPO-9bfda270116a6c3267884d346ea2e54b728f5792.zip |
Added ender armor as sellable items.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/HideNotClickableItems.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index f05bd0c..bebbd89 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -31,7 +31,13 @@ "Golden Apple", "Enchanted Golden Apple", "Ascension Rope", - "Bag of Gold" + "Bag of Gold", + "Ender Helmet", + "Ender Necklace", + "Ender Boots", + "Ender Gauntlet", + "Ender Leggings", + "Ender Chestplate" ], "startsWith": [ "Music Disc" |