Vanessa Dannenberg
2018-10-31 44cb8df048e09b64214f59db73a3fd23cfe12e77
commit | author | age
dd65a6 1 minetest.register_craft({
Z 2     output = "technic:mv_centrifuge",
3     recipe = {
44cb8d 4         {"basic_materials:motor",          "technic:copper_plate",   "technic:diamond_drill_head"},
83c649 5         {"technic:copper_plate",   "technic:machine_casing", "technic:copper_plate"      },
S 6         {"pipeworks:one_way_tube", "technic:mv_cable",       "pipeworks:mese_filter"     },
dd65a6 7     }
Z 8 })
9
10 technic.register_centrifuge({
11     tier = "MV",
12     demand = { 8000, 7000, 6000 },
13     speed = 2,
14     upgrade = 1,
15     tube = 1,
16 })