Vanessa Dannenberg
2018-10-31 44cb8df048e09b64214f59db73a3fd23cfe12e77
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'},
   }
})