increase AE energy polling rate from once every 90 to once every 3 ticks
This commit is contained in:
+1
-1
@@ -505,7 +505,7 @@ public class EnergyGridCache implements IEnergyGrid
|
||||
@Override
|
||||
public double getStoredPower()
|
||||
{
|
||||
if( this.availableTicksSinceUpdate > 90 )
|
||||
if( this.availableTicksSinceUpdate > 2 )
|
||||
{
|
||||
this.refreshPower();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user