auouymous
2020-09-11 03bb4dab469ddc9e37f7412fa979a0829cb3c953
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',
   }
})