auouymous
2021-02-06 0f7810e53895f5742ab577559584539e6533a0dc
technic/crafts.lua
@@ -7,6 +7,13 @@
   type = "shapeless",
   output = "default:bronze_ingot"
})
-- Restore recipe for bronze block to ingots
minetest.register_craft({
   output = "default:bronze_ingot 9",
   recipe = {
      {"default:bronzeblock"}
   }
})
-- Accelerator tube
if pipeworks.enable_accelerator_tube then