Fixed steel support craft recipe

This commit is contained in:
shamoanjac 2016-08-09 17:06:00 +02:00
parent 3a1cc409fe
commit 4af7e9c112
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ minetest.register_craft( -- steel support
recipe = {
{"", "default:steel_ingot", ""},
{"default:steel_ingot", "", "default:steel_ingot"},
{"", "default:steel_block", ""}
{"", "default:steelblock", ""}
}
}
)