forked from mtcontrib/banners
Fixed steel support craft recipe
This commit is contained in:
2
init.lua
2
init.lua
@ -356,7 +356,7 @@ minetest.register_craft( -- steel support
|
||||
recipe = {
|
||||
{"", "default:steel_ingot", ""},
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
{"", "default:steel_block", ""}
|
||||
{"", "default:steelblock", ""}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user