Cristiano Magro
2021-09-03 6194cf7610bbdc63ec635522ed81f0b1d798785e
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',
   }
})