summaryrefslogtreecommitdiff
path: root/technic/tools/vacuum.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/tools/vacuum.lua')
-rw-r--r--technic/tools/vacuum.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/tools/vacuum.lua b/technic/tools/vacuum.lua
index 037f3bb..b5afcb5 100644
--- a/technic/tools/vacuum.lua
+++ b/technic/tools/vacuum.lua
@@ -55,7 +55,7 @@ minetest.register_craft({
output = 'technic:vacuum',
recipe = {
{'pipeworks:tube_1', 'pipeworks:filter', 'technic:battery'},
- {'pipeworks:tube_1', 'technic:motor', 'technic:battery'},
+ {'pipeworks:tube_1', 'basic_materials:motor', 'technic:battery'},
{'technic:stainless_steel_ingot', '', ''},
}
})