Package buildcraft.energy.worldgen

Examples of buildcraft.energy.worldgen.BiomeInitializer


  @Mod.EventHandler
  public void postInit(FMLPostInitializationEvent evt) {
   
    if (BuildCraftCore.modifyWorld) {
      MinecraftForge.EVENT_BUS.register(OilPopulate.INSTANCE);
      MinecraftForge.TERRAIN_GEN_BUS.register(new BiomeInitializer());
    }
  }
View Full Code Here

TOP

Related Classes of buildcraft.energy.worldgen.BiomeInitializer

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.