summaryrefslogtreecommitdiff
path: root/technic/tools/chainsaw.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/tools/chainsaw.lua')
-rw-r--r--technic/tools/chainsaw.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/technic/tools/chainsaw.lua b/technic/tools/chainsaw.lua
index 75e028c..8245fd6 100644
--- a/technic/tools/chainsaw.lua
+++ b/technic/tools/chainsaw.lua
@@ -363,8 +363,10 @@ minetest.register_craft({
output = "technic:chainsaw",
recipe = {
{"technic:stainless_steel_ingot", trigger, "technic:battery"},
- {"basic_materials: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"}, },
+
})