Skip to content

An Industrial Craft 2 addon that allows any liquid to be processed by the Semifluid Generator.

License

Notifications You must be signed in to change notification settings

orangelynx/ic2-extra-fuels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IC2 Extra Fuels

Description

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.

Download

Compiled releases are found under the project's release page.

User Guide

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.

Legal Stuff

This project is licensed under the MIT License.

For attributions please see the NOTICE file.

About

An Industrial Craft 2 addon that allows any liquid to be processed by the Semifluid Generator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages