coil
2019-12-30 da95be53ec5703e808233d7b45fc42fb500863dd
technic_chests/iron_chest.lua
@@ -26,7 +26,7 @@
minetest.register_craft({
   output = 'technic:iron_locked_chest 1',
   recipe = {
      {'default:steel_ingot'},
      {'basic_materials:padlock'},
      {'technic:iron_chest'},
   }
})