From 0a6ceb6ba12a183f26c248683a4e66da98c6c821 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:27:12 +0100 Subject: Added garden trash items as sellable. --- constants/HideNotClickableItems.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 817b8af..955c43b 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -38,7 +38,14 @@ "Ender Gauntlet", "Ender Leggings", "Ender Chestplate", - "Bundle of Magma Arrows" + "Bundle of Magma Arrows", + "Stone Brick Slab", + "Polished Andesite", + "Spruce Wood Plank", + "Spruce Wood Slab", + "Cobblestone Slab", + "Birch Sapling", + "Azure Bluet" ], "startsWith": [ "Music Disc" -- cgit