This commit is contained in:
Maciej Kasatkin 2012-10-11 17:53:42 +02:00
parent c5ff12e8cb
commit 2f7d6bb35b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ water_can_max_load = 16
minetest.register_craft({
output = 'technic:water_can 1',
recipe = {
{'technic:zinc_ingot', 'technic:rubber_fiber','technic:zinc_ingot'},
{'technic:zinc_ingot', 'technic:rubber','technic:zinc_ingot'},
{'default:steel_ingot', '', 'default:steel_ingot'},
{'technic:zinc_ingot', 'default:steel_ingot', 'technic:zinc_ingot'},
}