跳到主要内容

研磨机 / Grinding Unit

可以对粉末材料进行细致研磨处理的设备

A facility that performs fine grinding of powdered materials

Grinding Unit

信息 / Information

  • 研磨机需要电力才能工作,耗电量为50 EFU

    Grinding Unit needs power to work, power consumption is 50 EFU;

  • 2秒加工一个物品,相关配方见JEIREI

    Each 2 seconds process one item, related recipes see JEI or REI;

Tips

  • 可通过制造台制作,相关介绍见制作台

    It can be made through the Crafter, see Crafter for details;

  • 放置研磨机需要6×4的空地

    Placing a Grinding Unit requires an empty 6×4 area

你可自定义数据包来拓展研磨机能加工的东西;

You can customize the data pack to expand the things that the Grinding Unit can process;

示例 / Example:

{
"type": "arknights_endfield:grinding_unit",
"input": [
{
"count": 2,
"item": "arknights_endfield:amethyst_powder"
},
{
"count": 1,
"item": "arknights_endfield:sandleaf_powder"
}
],
"output": {
"count": 1,
"item": "arknights_endfield:cryston_powder"
}
}

参数说明 / Parameter Description:

  • input: 输入物品和数量 / Input items and number;
  • output: 合成物品和数量 / Output items and number;