diff options
author | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-11 17:44:25 +0200 |
---|---|---|
committer | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-11 17:44:25 +0200 |
commit | d5a7ade0d554dd9270552b86a3976dc48a63d8e9 (patch) | |
tree | 3e2cf56ae1b48ca419e99234b107df1ef6691753 /iron_chest.lua | |
parent | 845b0607eb09602a0da871a22ff044069506c53a (diff) |
Added Water can + bug fixes
Diffstat (limited to 'iron_chest.lua')
-rw-r--r-- | iron_chest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iron_chest.lua b/iron_chest.lua index b6685b2..f0e0fcb 100644 --- a/iron_chest.lua +++ b/iron_chest.lua @@ -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'}, } }) |