summaryrefslogtreecommitdiff
path: root/technic/crafts.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-11-03 13:48:04 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-11-03 13:48:04 -0400
commit680f259468f9a47c0bc8ea5890ea37c5758a8c30 (patch)
tree7b8d4fe043e28e0618fc597f2148fb1c46b96872 /technic/crafts.lua
parent761b6597fec386890b09a8ba878ff4c883951d87 (diff)
downloaddreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar
dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar.gz
dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar.bz2
dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.tar.xz
dreambuilder_modpack-680f259468f9a47c0bc8ea5890ea37c5758a8c30.zip
update basic materials, simple streetlights, technic
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"