1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-01-02 14:18:28 +01:00

alternate recipe

This commit is contained in:
Thomas Rudin 2019-08-19 10:31:57 +02:00
parent ef8f2437cd
commit a6b1a280b4

View File

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