Added Water can + bug fixes

This commit is contained in:
Maciej Kasatkin
2012-10-11 17:44:25 +02:00
parent 845b0607eb
commit d5a7ade0d5
5 changed files with 67 additions and 5 deletions

View File

@ -11,7 +11,7 @@ minetest.register_craft({
output = 'technic:iron_locked_chest 1',
recipe = {
{'default:steel_ingot','default:steel_ingot','default:steel_ingot'},
{'default:steel_ingot','default:locked_chest','default:steel_ingot'},
{'default:steel_ingot','default:chest_locked','default:steel_ingot'},
{'default:steel_ingot','default:steel_ingot','default:steel_ingot'},
}
})