Zefram
2014-07-15 dd65a68ce9f494717faffc98c45814f9a9d67fa4
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 })