sfence
2022-06-06 0211c582e9ce8745e19ff49496b026d393dad074
technic_chests/copper_chest.lua
@@ -18,14 +18,16 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'technic:wrought_iron_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,
@@ -34,7 +36,8 @@
})
technic.chests:register("Copper", {
   width = 10,
   width = 12,
   height = 5,
   sort = true,
   autosort = true,
   infotext = false,