mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
use basic_materials mod where possible.
This commit is contained in:
committed by
Ekdohibs
parent
f702a6597b
commit
44cb8df048
@ -363,8 +363,10 @@ minetest.register_craft({
|
||||
output = "technic:chainsaw",
|
||||
recipe = {
|
||||
{"technic:stainless_steel_ingot", trigger, "technic:battery"},
|
||||
{"technic:fine_copper_wire", "technic:motor", "technic:battery"},
|
||||
{"basic_materials:copper_wire", "basic_materials:motor", "technic:battery"},
|
||||
{"", "", "technic:stainless_steel_ingot"},
|
||||
}
|
||||
},
|
||||
replacements = { {"basic_materials:copper_wire", "basic_materials:empty_spool"}, },
|
||||
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user