SmallJoker
2022-10-20 4775d98fb7e12f7210cf778351767828e551011d
technic_chests/mithril_chest.lua
@@ -20,9 +20,10 @@
minetest.register_craft({
   output = 'technic:mithril_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'default:steel_ingot'},
      {'technic:mithril_chest'},
      'basic_materials:padlock',
      'technic:mithril_chest',
   }
})