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);
}
Aggregations