Zefram
2014-05-16 68b7bcc28e39bdf0926072b834eeeeec0ee6c721
technic_chests/copper_chest.lua
@@ -19,13 +19,15 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   recipe = {
      {'default:steel_ingot'},
      {'technic:wrought_iron_ingot'},
      {'technic:copper_chest'},
   }
})
technic.chests:register("Copper", {
   width = 10,
   sort = true,
   autosort = true,
   infotext = false,
   color = false,
   locked = false,
@@ -33,6 +35,8 @@
technic.chests:register("Copper", {
   width = 10,
   sort = true,
   autosort = true,
   infotext = false,
   color = false,
   locked = true,