summaryrefslogtreecommitdiff
path: root/technic/technic/machines/MV/centrifuge.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/technic/machines/MV/centrifuge.lua')
-rw-r--r--technic/technic/machines/MV/centrifuge.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/technic/technic/machines/MV/centrifuge.lua b/technic/technic/machines/MV/centrifuge.lua
deleted file mode 100644
index 5bf24bf..0000000
--- a/technic/technic/machines/MV/centrifuge.lua
+++ /dev/null
@@ -1,16 +0,0 @@
-minetest.register_craft({
- output = "technic:mv_centrifuge",
- recipe = {
- { "technic:motor", "technic:copper_plate", "technic:diamond_drill_head" },
- { "technic:copper_plate", "technic:machine_casing", "technic:copper_plate" },
- { "pipeworks:one_way_tube", "technic:mv_cable0", "pipeworks:mese_filter" },
- }
-})
-
-technic.register_centrifuge({
- tier = "MV",
- demand = { 8000, 7000, 6000 },
- speed = 2,
- upgrade = 1,
- tube = 1,
-})