Merge pull request #554 from thatsIch/b-549-rf
Fixes 549, triggers missing power event
This commit is contained in:
commit
6781d38f9c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public abstract class RedstoneFlux extends RotaryCraft implements IEnergyHandler
|
|||
|
||||
if ( !simulate )
|
||||
{
|
||||
this.internalCurrentPower += PowerUnits.RF.convertTo( PowerUnits.AE, usedRF );
|
||||
this.injectExternalPower( PowerUnits.RF, usedRF );
|
||||
}
|
||||
|
||||
return usedRF;
|
||||
|
|
Loading…
Reference in a new issue