Zefram
2014-08-13 38e85e9775b132b0ce504d8d795632668eb47852
commit | author | age
dd65a6 1 minetest.register_craft({
Z 2     output = "technic:mv_centrifuge",
3     recipe = {
4         { "technic:motor",          "technic:copper_plate",   "technic:diamond_drill_head" },
5         { "technic:copper_plate",   "technic:machine_casing", "technic:copper_plate"       },
6         { "pipeworks:one_way_tube", "technic:mv_cable0",      "pipeworks:mese_filter"      },
7     }
8 })
9
10 technic.register_centrifuge({
11     tier = "MV",
12     demand = { 8000, 7000, 6000 },
13     speed = 2,
14     upgrade = 1,
15     tube = 1,
16 })