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