summaryrefslogtreecommitdiff
path: root/water_can.lua
diff options
context:
space:
mode:
Diffstat (limited to 'water_can.lua')
-rw-r--r--water_can.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/water_can.lua b/water_can.lua
index 9c6ffa0..fab2c28 100644
--- a/water_can.lua
+++ b/water_can.lua
@@ -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'},
}