forked from minetest-mods/technic
Fix
This commit is contained in:
parent
c5ff12e8cb
commit
2f7d6bb35b
@ -3,7 +3,7 @@ water_can_max_load = 16
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:water_can 1',
|
output = 'technic:water_can 1',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:zinc_ingot', 'technic:rubber_fiber','technic:zinc_ingot'},
|
{'technic:zinc_ingot', 'technic:rubber','technic:zinc_ingot'},
|
||||||
{'default:steel_ingot', '', 'default:steel_ingot'},
|
{'default:steel_ingot', '', 'default:steel_ingot'},
|
||||||
{'technic:zinc_ingot', 'default:steel_ingot', 'technic:zinc_ingot'},
|
{'technic:zinc_ingot', 'default:steel_ingot', 'technic:zinc_ingot'},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user