From bfa7b739363f14b0e1608415b453aee36fdda215 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:51:34 +0100 Subject: Added Bundle of Magma Arrows as sellable items. --- constants/HideNotClickableItems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index bebbd89..817b8af 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -37,7 +37,8 @@ "Ender Boots", "Ender Gauntlet", "Ender Leggings", - "Ender Chestplate" + "Ender Chestplate", + "Bundle of Magma Arrows" ], "startsWith": [ "Music Disc" -- cgit