sfence
2021-04-14 1c219487d3f4dd03c01ff9aa1f298c7c18c7e189
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',
   }
})