跳到主要内容

灌装机 / Filling Unit

能够将原料灌装到容器的设备

A facility capable of filling containers with various materials

Filling Unit

信息 / Information

  • 灌装机需要电力才能工作,耗电量为20 EFU

    Filling Unit needs power to work, power consumption is 20 EFU;

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

    Each 10 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 Filling Unit requires an empty 6×4 area

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

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

示例 / Example:

{
"type": "arknights_endfield:filling_unit",
"input": [
{
"count": 10,
"item": "arknights_endfield:steel_bottle"
},
{
"count": 10,
"item": "arknights_endfield:ground_buckflower_powder"
}
],
"output": {
"count": 1,
"item": "arknights_endfield:buck_capsule_a"
}
}

参数说明 / Parameter Description:

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