summaryrefslogtreecommitdiff
path: root/technic/machines/LV/compressor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/LV/compressor.lua')
-rw-r--r--technic/machines/LV/compressor.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/LV/compressor.lua b/technic/machines/LV/compressor.lua
index 67b9f79..c1a1d73 100644
--- a/technic/machines/LV/compressor.lua
+++ b/technic/machines/LV/compressor.lua
@@ -6,7 +6,7 @@ minetest.register_craft({
recipe = {
{'default:stone', 'technic:motor', 'default:stone'},
{'mesecons:piston', 'technic:machine_casing', 'mesecons:piston'},
- {'technic:fine_silver_wire', 'technic:lv_cable', 'technic:fine_silver_wire'},
+ {'basic_materials:silver_wire', 'technic:lv_cable', 'basic_materials:silver_wire'},
}
})