Louis Royer
2020-04-26 fb4fef783b605dcdc73554019ef46d8354614ad4
technic_chests/copper_chest.lua
@@ -18,8 +18,9 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'technic:wrought_iron_ingot'},
      {'basic_materials:padlock'},
      {'technic:copper_chest'},
   }
})