Liquid Fuel Generator
Link to liquid-fuel-generator
所属包
Link to 所属包
zemscript Copyimport mods.ic2.LiquidFuelGenerator;
使用方式
Link to 使用方式
- ILiquidStack liquid The liquid which can be used as fuel in liquid fuel generators. The amount of fluid specified will make no difference; it uses 100 mb.
- int ticks The time in ticks the liquid will burn for.
- int powerOutput EU/tick produced by the liquid.
Add Fluid
Link to add-fluid
ZenScript Copymods.ic2.LiquidFuelGenerator.addFluid(ILiquidStack liquid, int ticks, int powerOutput);
mods.ic2.LiquidFuelGenerator.addFluid(<liquid:water>, 1000, 32);