Search in sources :

Example 1 with ValkyrienWarfareWorldGen

use of ValkyrienWarfareWorld.WorldGen.ValkyrienWarfareWorldGen in project Valkyrien-Warfare-Revamped by ValkyrienWarfare.

the class ValkyrienWarfareWorldMod method init.

@EventHandler
public void init(FMLInitializationEvent event) {
    EntityRegistry.registerModEntity(EntityFallingUpBlock.class, "FallingUpBlockEntity", 75, this, 80, 1, true);
    MinecraftForge.EVENT_BUS.register(worldEventsCommon);
    proxy.init(event);
    GameRegistry.registerWorldGenerator(new ValkyrienWarfareWorldGen(), 1);
}
Also used : ValkyrienWarfareWorldGen(ValkyrienWarfareWorld.WorldGen.ValkyrienWarfareWorldGen) EventHandler(net.minecraftforge.fml.common.Mod.EventHandler)

Aggregations

ValkyrienWarfareWorldGen (ValkyrienWarfareWorld.WorldGen.ValkyrienWarfareWorldGen)1 EventHandler (net.minecraftforge.fml.common.Mod.EventHandler)1