_TarkFrench
2019-10-26 cb84439266d3e01dc57cb8633112eee745982a1e
technic_chests/copper_chest.lua
@@ -19,20 +19,26 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   recipe = {
      {'default:steel_ingot'},
      {'basic_materials:padlock'},
      {'technic:copper_chest'},
   }
})
technic.chests:register("Copper", {
   width = 10,
   width = 12,
   height = 5,
   sort = true,
   autosort = true,
   infotext = false,
   color = false,
   locked = false,
})
technic.chests:register("Copper", {
   width = 10,
   width = 12,
   height = 5,
   sort = true,
   autosort = true,
   infotext = false,
   color = false,
   locked = true,