summaryrefslogtreecommitdiff
path: root/electric.lua
diff options
context:
space:
mode:
authorMaciej Kasatkin <mk@realbadangel.pl>2012-09-11 12:56:38 +0200
committerMaciej Kasatkin <mk@realbadangel.pl>2012-09-11 12:56:38 +0200
commit1f1562f630bf1f8cb0c40161a2a423a702c5a209 (patch)
tree82a43b75a1a57ebfd8de53448d22b6369bbfb160 /electric.lua
parentf845d9e4e712f38fd1c3246e322805a1181a8171 (diff)
Added Alloy Furnace
Diffstat (limited to 'electric.lua')
-rw-r--r--electric.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/electric.lua b/electric.lua
index 10e1e6c..b4c6cca 100644
--- a/electric.lua
+++ b/electric.lua
@@ -517,6 +517,8 @@ if minetest.env:get_node(pos1).name == "technic:water_mill" then new_node_added
if minetest.env:get_node(pos1).name == "technic:water_mill_active" then new_node_added=add_new_cable_node(PR_nodes,pos1) end
if minetest.env:get_node(pos1).name == "technic:electric_furnace" then new_node_added=add_new_cable_node(RE_nodes,pos1) end
if minetest.env:get_node(pos1).name == "technic:electric_furnace_active" then new_node_added=add_new_cable_node(RE_nodes,pos1) end
+if minetest.env:get_node(pos1).name == "technic:alloy_furnace" then new_node_added=add_new_cable_node(RE_nodes,pos1) end
+if minetest.env:get_node(pos1).name == "technic:alloy_furnace_active" then new_node_added=add_new_cable_node(RE_nodes,pos1) end
if minetest.env:get_node(pos1).name == "technic:tool_workshop" then new_node_added=add_new_cable_node(RE_nodes,pos1) end
if minetest.env:get_node(pos1).name == "technic:music_player" then new_node_added=add_new_cable_node(RE_nodes,pos1) end
if minetest.env:get_node(pos1).name == "technic:grinder" then new_node_added=add_new_cable_node(RE_nodes,pos1) end