auouymous
2021-02-06 0f7810e53895f5742ab577559584539e6533a0dc
commit | author | age
ee0765 1 -- MV grinder
S 2
3 minetest.register_craft({
4     output = 'technic:mv_grinder',
5     recipe = {
6         {'technic:stainless_steel_ingot', 'technic:lv_grinder',     'technic:stainless_steel_ingot'},
83c649 7         {'pipeworks:tube_1',              'technic:mv_transformer', 'pipeworks:tube_1'},
S 8         {'technic:stainless_steel_ingot', 'technic:mv_cable',       'technic:stainless_steel_ingot'},
ee0765 9     }
S 10 })
11
12 technic.register_grinder({tier="MV", demand={600, 450, 300}, speed=2, upgrade=1, tube=1})
13