Merge branch 'master' of yunohost.local:mtcontrib/banners into nalc-1.2-dev

This commit is contained in:
Sys Quatre 2019-12-21 13:24:17 +01:00
commit 082e2b63d7

View File

@ -16,7 +16,7 @@ minetest.register_craft( -- steel flag pole
output = "banners:steel_pole 1",
recipe = {
{"", "", "default:steel_ingot"},
{"", "default:steel_ingot", ""},
{"default:stick", "default:steel_ingot", "default:stick"},
{"default:steel_ingot", "", ""}
}
}