From e065fb9cb1271b5ad926b7b5d48a1fc14516271f Mon Sep 17 00:00:00 2001 From: Lorenz Date: Sat, 16 Jul 2022 01:17:43 +0200 Subject: add white wool to npc sell --- constants/HideNotClickableItems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 8dd2c76..1b8ad18 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -16,7 +16,8 @@ "Blaze Powder", "Egg", "Corrupted Fragment", - "Tripwire Hook" + "Tripwire Hook", + "White Wool" ], "startsWith": [ "Music Disc" -- cgit