d-stephane
2019-08-26 768fbecc641325eedcca6f1abcf5d1aec4a7e4f1
technic_chests/copper_chest.lua
@@ -19,7 +19,7 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   recipe = {
      {'default:steel_ingot'},
      {'basic_materials:padlock'},
      {'technic:copper_chest'},
   }
})