mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
Restore recipe for bronze block to ingots (#566)
This commit is contained in:
parent
11f2b4f4b3
commit
3c85abb3b2
@ -7,6 +7,13 @@ minetest.clear_craft({
|
|||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "default:bronze_ingot"
|
output = "default:bronze_ingot"
|
||||||
})
|
})
|
||||||
|
-- Restore recipe for bronze block to ingots
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "default:bronze_ingot 9",
|
||||||
|
recipe = {
|
||||||
|
{"default:bronzeblock"}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
-- Accelerator tube
|
-- Accelerator tube
|
||||||
if pipeworks.enable_accelerator_tube then
|
if pipeworks.enable_accelerator_tube then
|
||||||
|
Loading…
Reference in New Issue
Block a user