zrcadlo
https://github.com/luanti-org/minetest_game.git
synchronizováno 2026-01-08 02:15:20 +01:00
Remove extra empty strings in craft recipes (#2281)
Tento commit je obsažen v:
@@ -106,9 +106,9 @@ farming.register_hoe = function(name, def)
|
||||
minetest.register_craft({
|
||||
output = name:sub(2),
|
||||
recipe = {
|
||||
{def.material, def.material, ""},
|
||||
{"", "group:stick", ""},
|
||||
{"", "group:stick", ""}
|
||||
{def.material, def.material},
|
||||
{"", "group:stick"},
|
||||
{"", "group:stick"}
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele