projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ff12e
)
Fix
author
Maciej Kasatkin
<mk@realbadangel.pl>
Thu, 11 Oct 2012 15:53:42 +0000
(17:53 +0200)
committer
Maciej Kasatkin
<mk@realbadangel.pl>
Thu, 11 Oct 2012 15:53:42 +0000
(17:53 +0200)
water_can.lua
patch
|
blob
|
history
diff --git
a/water_can.lua
b/water_can.lua
index 9c6ffa006c3a722a5449249ba71bbeb0a96d1752..fab2c2817e5b301cc2557fcbbfa81c405c92deb3 100644
(file)
--- 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'},
}