Added support for biofuel, bioethanol, and fuel to the semifluid generator, using the eu values from http://ftbwiki.org/Semifluid_Generator_%28IndustrialCraft_2%29

This commit is contained in:
joflashstudios 2015-06-05 10:17:58 -04:00
parent 55521b22b1
commit 0a965d0b5e

View file

@ -50,6 +50,9 @@ public class TileSemifluidGenerator extends TileEntity implements IWrenchable,
fluids.put("oil", 64000);
fluids.put("fluidsodium", 30000);
fluids.put("fluidlithium", 60000);
fluids.put("biofuel", 32000);
fluids.put("bioethanol", 32000);
fluids.put("fuel", 128000);
}
@Override