summaryrefslogtreecommitdiff
path: root/technic/machines/LV/cables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/LV/cables.lua')
-rw-r--r--technic/machines/LV/cables.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/machines/LV/cables.lua b/technic/machines/LV/cables.lua
index e18eae1..d4ed880 100644
--- a/technic/machines/LV/cables.lua
+++ b/technic/machines/LV/cables.lua
@@ -1,8 +1,8 @@
-minetest.register_alias("lv_cable", "technic:lv_cable0")
+minetest.register_alias("lv_cable", "technic:lv_cable")
minetest.register_craft({
- output = 'technic:lv_cable0 6',
+ output = 'technic:lv_cable 6',
recipe = {
{'default:paper', 'default:paper', 'default:paper'},
{'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},