auouymous
2020-09-07 3c85abb3b21c80e257354f58ba8f42d44c6d11ec
Restore recipe for bronze block to ingots (#566)

1 files modified
7 ■■■■■ changed files
technic/crafts.lua 7 ●●●●● patch | view | raw | blame | history
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