Examples of MeteoriteWorldGen


Examples of appeng.hooks.MeteoriteWorldGen

    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
Copyright © 2018 www.massapi.com. 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.