BobFred7
2020-05-01 b2a124dd8308e067869e0992a73b4b88df97ab64
technic_chests/mithril_chest.lua
@@ -20,8 +20,9 @@
minetest.register_craft({
   output = 'technic:mithril_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'default:steel_ingot'},
      {'basic_materials:padlock'},
      {'technic:mithril_chest'},
   }
})