auouymous
2020-09-09 d7336670f2bdc69c343ddac76b6e2d2e64f930c0
technic_chests/copper_chest.lua
@@ -18,21 +18,28 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'default:steel_ingot'},
      {'technic:copper_chest'},
      '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,