Compare commits

...

2 Commits

Author SHA1 Message Date
082e2b63d7 Merge branch 'master' of yunohost.local:mtcontrib/banners into nalc-1.2-dev 2019-12-21 13:24:17 +01:00
a6b1a280b4 alternate recipe 2019-08-19 10:31:57 +02:00

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", "", ""}
}
}