summaryrefslogtreecommitdiff
path: root/technic/crafts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/crafts.lua')
-rw-r--r--technic/crafts.lua17
1 files changed, 7 insertions, 10 deletions
diff --git a/technic/crafts.lua b/technic/crafts.lua
index 7d51f29..90bd2dd 100644
--- a/technic/crafts.lua
+++ b/technic/crafts.lua
@@ -88,16 +88,13 @@ minetest.register_craft({
{'basic_materials:copper_wire', 'technic:wrought_iron_ingot', 'basic_materials:copper_wire'},
{'technic:wrought_iron_ingot', '', 'technic:wrought_iron_ingot'},
{'basic_materials:copper_wire', 'technic:wrought_iron_ingot', 'basic_materials:copper_wire'},
- }
-})
-
-minetest.register_craft({
- output = 'technic:motor',
- recipe = {
- {'technic:carbon_steel_ingot', 'technic:copper_coil', 'technic:carbon_steel_ingot'},
- {'technic:carbon_steel_ingot', 'technic:copper_coil', 'technic:carbon_steel_ingot'},
- {'technic:carbon_steel_ingot', 'default:copper_ingot', 'technic:carbon_steel_ingot'},
- }
+ },
+ replacements = {
+ {"basic_materials:copper_wire", "basic_materials:empty_spool"},
+ {"basic_materials:copper_wire", "basic_materials:empty_spool"},
+ {"basic_materials:copper_wire", "basic_materials:empty_spool"},
+ {"basic_materials:copper_wire", "basic_materials:empty_spool"}
+ },
})
local isolation = mesecons_materials and "mesecons_materials:fiber" or "technic:rubber"