mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 22:02:32 +01:00
Update recipes
This commit is contained in:
parent
106e1816dc
commit
cdb368913b
@ -4,8 +4,8 @@ minetest.register_craft({
|
|||||||
output = 'technic:geothermal',
|
output = 'technic:geothermal',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:stone', 'default:stone'},
|
{'default:stone', 'default:stone', 'default:stone'},
|
||||||
{'moreores:copper_ingot', 'technic:diamond', 'moreores:copper_ingot'},
|
{'default:copper_ingot', 'default:diamond', 'default:copper_ingot'},
|
||||||
{'default:stone', 'moreores:copper_ingot', 'default:stone'},
|
{'default:stone', 'default:copper_ingot', 'default:stone'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ minetest.register_tool("technic:sonic_screwdriver", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "technic:sonic_screwdriver",
|
output = "technic:sonic_screwdriver",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"technic:diamond"},
|
{"default:diamond"},
|
||||||
{"technic:battery"},
|
{"technic:battery"},
|
||||||
{"technic:stainless_steel_ingot"}
|
{"technic:stainless_steel_ingot"}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user