From 64cc270b078260ce7873fcebe49c66c64ff7ac2c Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:29:16 +0100 Subject: Added Compost Bundle to quick craftable items. --- constants/QuickCraftableItems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/QuickCraftableItems.json b/constants/QuickCraftableItems.json index ca68ff3..b80a01a 100644 --- a/constants/QuickCraftableItems.json +++ b/constants/QuickCraftableItems.json @@ -172,5 +172,6 @@ "Nearly-Whole Carrot", "Exportable Carrots", "Null Ovoid", - "Soulflow" + "Soulflow", + "Compost Bundle" ] -- cgit