_TarkFrench
2019-10-26 cb84439266d3e01dc57cb8633112eee745982a1e
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'},
   }
})