ShadowNinja
2013-07-17 ee0765804c0a21deeb2f33c22ac1a36cb0db5f43
technic/machines/MV/grinder.lua
New file
@@ -0,0 +1,13 @@
-- MV grinder
minetest.register_craft({
   output = 'technic:mv_grinder',
   recipe = {
      {'technic:stainless_steel_ingot', 'technic:lv_grinder',     'technic:stainless_steel_ingot'},
      {'pipeworks:tube_000000',         'technic:mv_transformer', 'pipeworks:tube_000000'},
      {'technic:stainless_steel_ingot', 'technic:mv_cable0',      'technic:stainless_steel_ingot'},
   }
})
technic.register_grinder({tier="MV", demand={600, 450, 300}, speed=2, upgrade=1, tube=1})