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

master
Jordach 2012-04-20 11:48:27 +02:00
parent 7eb8426835
commit 886835c597
1 changed files with 1 additions and 1 deletions

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', ''},
{'', '', ''},
}
})