auouymous
2020-09-09 d7336670f2bdc69c343ddac76b6e2d2e64f930c0
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',
   }
})