We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
文档更新中,以前版本的功能看这里
部分输入/输出支持两种模式:PerTick和普通输入
PerTick输入会在合成阶段每tick均检测消耗并会在合成失败的时候进度归0 这是模块化机械原版的特性
因为部分实现的原因,本mod里面所有消耗材料的PerTick输入输出在JSON格式下均需要额外指定time字段
该字段值为合成表处理的时间,用于在计算在JEI中显示的总消耗量
而使用ZenScript格式不需要指定此字段因为已经在代码内计算过了