alternate recipe

This commit is contained in:
Thomas Rudin 2019-08-19 10:31:57 +02:00
parent ef8f2437cd
commit a6b1a280b4
1 changed files with 1 additions and 1 deletions

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