SmallJoker
2023-08-26 dfcf64c1d07f4006045af37b0b01dbfc82dbb1d1
technic_chests/copper_chest.lua
@@ -18,9 +18,10 @@
minetest.register_craft({
   output = 'technic:copper_locked_chest 1',
   type = "shapeless",
   recipe = {
      {'basic_materials:padlock'},
      {'technic:copper_chest'},
      'basic_materials:padlock',
      'technic:copper_chest',
   }
})