Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Liquid Fuel Generator

Package

script.zs
import mods.ic2.LiquidFuelGenerator;

Methods

  • 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

script.zs
mods.ic2.LiquidFuelGenerator.addFluid(ILiquidStack liquid, int ticks, int powerOutput);
mods.ic2.LiquidFuelGenerator.addFluid(<liquid:water>, 1000, 32);