Cristiano Magro
2020-10-14 e628760d271b2a28b32ddf31a18463e8d63e9362
technic_chests/iron_chest.lua
@@ -25,9 +25,10 @@
minetest.register_craft({
   output = 'technic:iron_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'basic_materials:padlock'},
      {'technic:iron_chest'},
      'basic_materials:padlock',
      'technic:iron_chest',
   }
})