From 7773bd36bfc945ac88d3abfafe009cf5ff7854fc Mon Sep 17 00:00:00 2001 From: heav-4 <46372165+heav-4@users.noreply.github.com> Date: Sun, 9 Feb 2020 00:33:35 +0000 Subject: [PATCH] Don't mess it up a third time --- mods/farming/api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/farming/api.lua b/mods/farming/api.lua index ae46e275..e565ee6b 100644 --- a/mods/farming/api.lua +++ b/mods/farming/api.lua @@ -120,8 +120,8 @@ farming.register_hoe = function(name, def) output = name:sub(2), recipe = { {def.material, def.material}, - {"group:stick"}, - {"group:stick"} + {"", "group:stick"}, + {"", "group:stick"} } }) end