From d4b9f36bf79368058f861874c78f0e28ae79d650 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:04:22 +0100 Subject: adding Exportable Carrots 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 5ef485d..5d24a15 100644 --- a/constants/QuickCraftableItems.json +++ b/constants/QuickCraftableItems.json @@ -170,5 +170,6 @@ "Enchanted Poppy", "Hemoglass", "Silver Fang", - "Nearly-Whole Carrot" + "Nearly-Whole Carrot", + "Exportable Carrots" ] \ No newline at end of file -- cgit