From 680f259468f9a47c0bc8ea5890ea37c5758a8c30 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sat, 3 Nov 2018 13:48:04 -0400 Subject: update basic materials, simple streetlights, technic --- technic/tools/chainsaw.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'technic/tools/chainsaw.lua') 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"}, }, + }) -- cgit v1.2.3