Don't mess it up a third time

This commit is contained in:
heav-4 2020-02-09 00:33:35 +00:00 committed by GitHub
parent 14ac561659
commit 7773bd36bf

View file

@ -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