mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Don't mess it up a third time
This commit is contained in:
parent
14ac561659
commit
7773bd36bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue