mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
Rework some recipes to use more varied ingredients
This commit is contained in:
@ -307,9 +307,9 @@ minetest.register_tool("technic:chainsaw", {
|
||||
minetest.register_craft({
|
||||
output = "technic:chainsaw",
|
||||
recipe = {
|
||||
{"technic:stainless_steel_ingot", "technic:stainless_steel_ingot", "technic:battery"},
|
||||
{"technic:stainless_steel_ingot", "technic:motor", "technic:battery"},
|
||||
{"", "", "default:copper_ingot"},
|
||||
{"technic:stainless_steel_ingot", "mesecons_button:button_off", "technic:battery"},
|
||||
{"technic:fine_copper_wire", "technic:motor", "technic:battery"},
|
||||
{"", "", "technic:stainless_steel_ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user