Skip to content

Commit

Permalink
Update Buildcraft.java
Browse files Browse the repository at this point in the history
  • Loading branch information
adamringeisen committed Jun 2, 2015
1 parent ff8b1fa commit 3d5852f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void postInit(FMLPostInitializationEvent evt) {

try {
if (BuildcraftFuelRegistry.fuel != null)
BuildcraftFuelRegistry.fuel.addFuel(FluidRegistry.getFluid("biofuel"), 4, 15000);
BuildcraftFuelRegistry.fuel.addFuel(FluidRegistry.getFluid("biofuel"), 40, 15000);
} catch (Throwable $) {
ModContainer This = FMLCommonHandler.instance().findContainerFor(this);
LogManager.getLogger(This.getModId()).log(Level.ERROR, "There was a problem loading " + This.getName(), $);
Expand Down

1 comment on commit 3d5852f

@adamringeisen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swapped power per cycle fuel value for Biofuel from MJ to RF

Please sign in to comment.