Louis Royer
2020-04-26 fb4fef783b605dcdc73554019ef46d8354614ad4
technic_chests/iron_chest.lua
@@ -25,8 +25,9 @@
minetest.register_craft({
   output = 'technic:iron_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'default:steel_ingot'},
      {'basic_materials:padlock'},
      {'technic:iron_chest'},
   }
})