Added biofuel, bioethanol, and fuel support to semifluid generator.
This commit is contained in:
parent
81273e33ad
commit
eb1bd68a95
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ public class TileSemifluidGenerator extends TileEntity implements IWrenchable,
|
||||||
fluids.put("oil", 64000);
|
fluids.put("oil", 64000);
|
||||||
fluids.put("fluidsodium", 30000);
|
fluids.put("fluidsodium", 30000);
|
||||||
fluids.put("fluidlithium", 60000);
|
fluids.put("fluidlithium", 60000);
|
||||||
|
fluids.put("biofuel", 32000);
|
||||||
|
fluids.put("bioethanol", 32000)
|
||||||
|
fluids.put("fuel", 128000)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue