From 44af665814781be988bb65c3e5cec339380545fe Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:49:51 +0200 Subject: added Dandelion and Poppy to quick creatable items --- constants/QuickCraftableItems.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/constants/QuickCraftableItems.json b/constants/QuickCraftableItems.json index c9bbb77..0a80596 100644 --- a/constants/QuickCraftableItems.json +++ b/constants/QuickCraftableItems.json @@ -170,5 +170,10 @@ "Dark Oak Wood Plank", "Dark Oak Wood Slab", - "Dark Oak Wood Stairs" + "Dark Oak Wood Stairs", + + "Dandelion", + "Enchanted Dandelion", + "Poppy", + "Enchanted Poppy" ] -- cgit