From 58623f22d81d9be338934d1cc1536ffce9b2cc06 Mon Sep 17 00:00:00 2001 From: LionsAteMySanity <131826062+LionsAteMySanity@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:42:27 -0800 Subject: [PATCH] Update WHEAT.json Added the count parameter to the wheat recipe --- items/WHEAT.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/items/WHEAT.json b/items/WHEAT.json index 3a75def2a2..067a887414 100644 --- a/items/WHEAT.json +++ b/items/WHEAT.json @@ -26,6 +26,7 @@ "B3": "", "C1": "", "C2": "", - "C3": "" + "C3": "", + "count": 9 } -} \ No newline at end of file +}