Add Spatial Config Values to the Config File.
This commit is contained in:
parent
804164b3bf
commit
40864f51d6
1 changed files with 2 additions and 0 deletions
|
@ -289,6 +289,8 @@ public class AEConfig extends Configuration implements IConfigureableObject, ICo
|
||||||
{
|
{
|
||||||
storageBiomeID = get( "spatialio", "storageBiomeID", storageBiomeID ).getInt( storageBiomeID );
|
storageBiomeID = get( "spatialio", "storageBiomeID", storageBiomeID ).getInt( storageBiomeID );
|
||||||
storageProviderID = get( "spatialio", "storageProviderID", storageProviderID ).getInt( storageProviderID );
|
storageProviderID = get( "spatialio", "storageProviderID", storageProviderID ).getInt( storageProviderID );
|
||||||
|
spatialPowerMultiplier = get( "spatialio", "spatialPowerMultiplier", spatialPowerMultiplier ).getDouble( spatialPowerMultiplier );
|
||||||
|
spatialPowerScaler = get( "spatialio", "spatialPowerScaler", spatialPowerScaler ).getDouble( spatialPowerScaler );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( isFeatureEnabled( AEFeature.VersionChecker ) )
|
if ( isFeatureEnabled( AEFeature.VersionChecker ) )
|
||||||
|
|
Loading…
Reference in a new issue