This page relates to Immersive Intelligence, which has built-in support!
Fuel Station
The FuelStation
package can be used to modify the Immersive Intelligence Fuel Station recipes.
Importing the Package
import mods.immersiveintelligence.FuelStation;
Adding Recipes
Parameters
Type | Name | Required |
---|---|---|
Type String | Name ClassPath | Required Yes |
Type ILiquidStack[] | Name Fluids | Required Yes |
Syntax
mods.immersiveintelligence.FuelStation.addVehicle(String classPath, ILiquidStack[] fluids);
Example
mods.immersiveintelligence.FuelStation.addVehicle("su.examplemod.entities.cars.lada", [<liquid:samogon>]);