Force AlphaPass.
This commit is contained in:
parent
843b2cd9c5
commit
4078000005
1 changed files with 3 additions and 0 deletions
|
@ -238,6 +238,9 @@ public class AEConfig extends Configuration implements IConfigureableObject, ICo
|
|||
if ( featureFlags.contains( AEFeature.WebsiteRecipes ) )
|
||||
featureFlags.add( AEFeature.DuplicateItems );
|
||||
|
||||
if ( cpw.mods.fml.common.Loader.isModLoaded( "ImmibisMicroblocks" ) )
|
||||
featureFlags.remove( AEFeature.AlphaPass );
|
||||
|
||||
try
|
||||
{
|
||||
selectedPowerUnit = PowerUnits.valueOf( get( "Client", "PowerUnit", selectedPowerUnit.name(), getListComment( selectedPowerUnit ) ).getString() );
|
||||
|
|
Loading…
Reference in a new issue