summaryrefslogtreecommitdiff
path: root/technic/technic/machines/LV/compressor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/technic/machines/LV/compressor.lua')
-rw-r--r--technic/technic/machines/LV/compressor.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/technic/technic/machines/LV/compressor.lua b/technic/technic/machines/LV/compressor.lua
deleted file mode 100644
index e2bde40..0000000
--- a/technic/technic/machines/LV/compressor.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-
-minetest.register_alias("compressor", "technic:lv_compressor")
-
-minetest.register_craft({
- output = 'technic:lv_compressor',
- recipe = {
- {'default:stone', 'technic:motor', 'default:stone'},
- {'mesecons:piston', 'technic:machine_casing', 'mesecons:piston'},
- {'technic:fine_silver_wire', 'technic:lv_cable0', 'technic:fine_silver_wire'},
- }
-})
-
-technic.register_compressor({tier = "LV", demand = {300}, speed = 1})