mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-01-08 00:50:32 +01:00
Fixed steel support craft recipe
This commit is contained in:
parent
3a1cc409fe
commit
4af7e9c112
2
init.lua
2
init.lua
@ -356,7 +356,7 @@ minetest.register_craft( -- steel support
|
|||||||
recipe = {
|
recipe = {
|
||||||
{"", "default:steel_ingot", ""},
|
{"", "default:steel_ingot", ""},
|
||||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||||
{"", "default:steel_block", ""}
|
{"", "default:steelblock", ""}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user