From 9bfda270116a6c3267884d346ea2e54b728f5792 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:48:21 +0100 Subject: Added ender armor as sellable items. --- constants/HideNotClickableItems.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'constants') 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" -- cgit