This mod is an Industrial Craft 2 addon that allows free configuration of additional fuels to be consumed by Industrial Craft's Semifluid Generator (and as of 1.2-beta the Fluid Heat Generator). The mod is especially intended to be used by users of Buildcraft until the new set of fuels introduced in Buildcraft 7.99a (Dense Fuel, Gaseous Fuel, etc.) are officially supported by Industrial Craft. See this bug report.
Compiled releases are found under the project's release page.
You may compile the project yourself or download a release version. Simply place the *.jar
file into the /mods
folder. Upon startup, a default config file additionalFuels.csv
(link) will be created in the configs folder /configs
.
Each line in the additionalFuels.csv
config file adds a liquid to be processed by the Semifluid Generator. The format is
[fluid_name],[amount_consumed_per_tick_in_mB],[power_generated_per_tick]
per 1.2-beta, heat_generated_per_tick
must be also supplied:
[fluid_name],[amount_consumed_per_tick_in_mB],[power_generated_per_tick],[heat_generated_per_tick]
The value for fluid_name
has to be taken out of the respective mod that creates the fluid, e.g. for buildcraft BCEnergyFluids.java.
This mod is only needed on the server side.
This project is licensed under the MIT License.
For attributions please see the NOTICE file.