From d5a7ade0d554dd9270552b86a3976dc48a63d8e9 Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Thu, 11 Oct 2012 17:44:25 +0200 Subject: Added Water can + bug fixes --- iron_chest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iron_chest.lua') 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'}, } }) -- cgit v1.2.3