采种机 / Seed-Picking Unit
能够采集普通植物种子的设备
A facility that extracts seeds from common crops
画廊 / Gallery
尚未修改的模型版本,参考再次测试
信息 / Information
-
采种机
需要电力才能工作,耗电量为10 EFU;Seed-Picking Unit needs power to work, power consumption is
10 EFU; -
每
2秒加工一个物品,相关配方见JEI或REI;Each
2 secondsprocess one item, related recipes seeJEIorREI;
Tips
-
可通过
制造台制作,相关介绍见制作台;It can be made through the Crafter, see Crafter for details;
-
放置
采种机需要5×5的空地Placing a Seed-Picking Unit requires an empty
5×5area
相关配方 / Related Recipes
你可自定义数据包来拓展采种机能加工的东西;
You can customize the data pack to expand the things that the Seed-Picking Unit can process;
示例 / Example:
{
"type": "arknights_endfield:seed_picking_unit",
"input": {
"item": "arknights_endfield:aketine"
},
"output": {
"count": 2,
"item": "arknights_endfield:aketine_seed"
}
}
参数说明 / Parameter Description:
input: 输入物品 / Input items;output: 合成物品和数量 / Output items and number;