Pretty sure this cast shouldn't be here.
This commit is contained in:
parent
e493ce7ba1
commit
b0c68772e2
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ public class TileEngine extends TileBuildCraft implements IPowerReceptor, IInven
|
|||
return;
|
||||
}
|
||||
|
||||
engine.addEnergy((int) (provider.useEnergy(1, engine.maxEnergyReceived(), true) * 0.95F));
|
||||
engine.addEnergy(provider.useEnergy(1, engine.maxEnergyReceived(), true) * 0.95F);
|
||||
}
|
||||
|
||||
public boolean isPoweredTile(TileEntity tile) {
|
||||
|
|
Loading…
Reference in a new issue