Vanessa Dannenberg
2018-10-31 44cb8df048e09b64214f59db73a3fd23cfe12e77
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'},
   }
})