use basic_materials mod where possible.

This commit is contained in:
Vanessa Dannenberg
2018-10-30 20:29:28 -04:00
committed by Ekdohibs
parent f702a6597b
commit 44cb8df048
44 changed files with 139 additions and 153 deletions

View File

@ -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"}, },
})