Liquid Fuel Generator

Link to liquid-fuel-generator

zemscript
Copy
import mods.ic2.LiquidFuelGenerator;
  • 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.
ZenScript
Copy
mods.ic2.LiquidFuelGenerator.addFluid(ILiquidStack liquid, int ticks, int powerOutput);

mods.ic2.LiquidFuelGenerator.addFluid(<liquid:water>, 1000, 32);