Zefram
2014-05-16 68b7bcc28e39bdf0926072b834eeeeec0ee6c721
technic_chests/gold_chest.lua
@@ -20,7 +20,7 @@
minetest.register_craft({
   output = 'technic:gold_locked_chest',
   recipe = {
      {'default:steel_ingot'},
      {'technic:wrought_iron_ingot'},
      {'technic:gold_chest'},
   }
})