dokutan
2020-05-03 88f42539bb378ec25410967634c1e3ae274473a3
technic_chests/copper_chest.lua
@@ -18,9 +18,10 @@
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',
   }
})