From 71a172a439fcbc1e206a5502bb66919c8c158f00 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:57:50 +0100 Subject: adding Nearly-Whole Carrot as quickcraftable item --- constants/QuickCraftableItems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/QuickCraftableItems.json b/constants/QuickCraftableItems.json index fa6c209..5ef485d 100644 --- a/constants/QuickCraftableItems.json +++ b/constants/QuickCraftableItems.json @@ -169,5 +169,6 @@ "Enchanted Dandelion", "Enchanted Poppy", "Hemoglass", - "Silver Fang" + "Silver Fang", + "Nearly-Whole Carrot" ] \ No newline at end of file -- cgit