Package appeng.hooks

Examples of appeng.hooks.MeteoriteWorldGen$MyGen


    if ( AEConfig.instance.isFeatureEnabled( AEFeature.CertusQuartzWorldGen ) )
      GameRegistry.registerWorldGenerator( new QuartzWorldGen(), 0 );

    if ( AEConfig.instance.isFeatureEnabled( AEFeature.MeteoriteWorldGen ) )
    {
      GameRegistry.registerWorldGenerator( new MeteoriteWorldGen(), 0 );
    }

    IMovableRegistry mr = AEApi.instance().registries().movable();

    /**
 
View Full Code Here

TOP

Related Classes of appeng.hooks.MeteoriteWorldGen$MyGen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.