coil
2020-03-15 0e10e8360d6fa5aa6cbb86870b6244e8818d7dc8
technic_chests/copper_chest.lua
@@ -19,13 +19,14 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   recipe = {
      {'technic:wrought_iron_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,