mirror of
https://github.com/minetest-mods/technic.git
synced 2025-10-27 22:05:28 +01:00
Compare commits
2 Commits
00618d13b5
...
3c85abb3b2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c85abb3b2 | ||
|
|
11f2b4f4b3 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user