From ee96326df7066d93e5ae20bab7d906914c16d41a Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 12 Jan 2023 23:55:42 +0100 Subject: Added Ascension Rope and Bag of Gold as sellable items. --- constants/HideNotClickableItems.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index dcfcd18..f05bd0c 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -29,7 +29,9 @@ "Sea Lantern", "Superboom TNT", "Golden Apple", - "Enchanted Golden Apple" + "Enchanted Golden Apple", + "Ascension Rope", + "Bag of Gold" ], "startsWith": [ "Music Disc" -- cgit