obl3pplifp
2019-06-09 8a987bb361bb48f35048167c16abb8a72cdfa13c
technic_chests/copper_chest.lua
@@ -19,13 +19,14 @@
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,
@@ -34,7 +35,8 @@
})
technic.chests:register("Copper", {
   width = 10,
   width = 12,
   height = 5,
   sort = true,
   autosort = true,
   infotext = false,