Examples of BiomeDecorationHandler


Examples of vazkii.botania.common.core.handler.BiomeDecorationHandler

  }

  public void init(FMLInitializationEvent event) {
    NetworkRegistry.INSTANCE.registerGuiHandler(Botania.instance, new GuiHandler());

    MinecraftForge.TERRAIN_GEN_BUS.register(new BiomeDecorationHandler());
    MinecraftForge.EVENT_BUS.register(ManaNetworkHandler.instance);
    MinecraftForge.EVENT_BUS.register(new PixieHandler());
    MinecraftForge.EVENT_BUS.register(new SheddingHandler());
    MinecraftForge.EVENT_BUS.register(new SpawnerChangingHandler());
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.