Cristiano Magro
2020-10-14 9dc2350666f8c920fd4a518fb3b5f8c5418c4bdc
technic_chests/gold_chest.lua
@@ -29,9 +29,10 @@
minetest.register_craft({
   output = 'technic:gold_locked_chest',
   type = "shapeless",
   recipe = {
      {'basic_materials:padlock'},
      {'technic:gold_chest'},
      'basic_materials:padlock',
      'technic:gold_chest',
   }
})