1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 18:40:25 +01:00

[moreblocks] Unify craft redefinition for default:sign_wall

- Fixes #358
This commit is contained in:
LeMagnesium 2016-01-04 19:04:35 +01:00
parent e0ce022cac
commit 478874e613

View File

@ -10,9 +10,9 @@ Licensed under the zlib license. See LICENSE.md for more information.
minetest.register_craft({
output = "default:sign_wall 4",
recipe = {
{"default:wood", "default:wood", "default:wood"},
{"default:wood", "default:wood", "default:wood"},
{"", "default:stick", ""},
{"group:wood", "group:wood", "group:wood"},
{"group:wood", "group:wood", "group:wood"},
{"", "group:stick", ""},
}
})