Fixed tv craft to make it a actual cube of iron ingots.

This commit is contained in:
Jordach 2012-04-20 11:48:27 +02:00
parent 7eb8426835
commit 886835c597

View File

@ -144,6 +144,6 @@ minetest.register_craft({
recipe = {
{'default:steel_ingot', 'default:steel_ingot', ''},
{'default:steel_ingot', 'default:steel_ingot', ''},
{'default:steel_ingot', 'default:steel_ingot', ''},
{'', '', ''},
}
})