Fermenter
Link to fermenter
所属包
Link to 所属包
import mods.ic2.Fermenter;
使用方式
Link to 使用方式
- ILiquidStack output The fermented fluid
- ILiquidStack input The input fluid
- int heat The amount of heat required for fermentation
ZenScript Copymods.ic2.Fermenter.addRecipe(ILiquidStack output, ILiquidStack input, int heat);
mods.ic2.Fermenter.addRecipe(<liquid:lava> * 1000, <liquid:water> * 2000, 23333);