Examples of BiomeInitializer


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
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.