Posted June 25, 201411 yr The title basically says it all. What I have so far is a class extending biomegenbase, and instance of it, which I add to the biome dictionary and do ModBiomes.testBiome = new BiomeGenPenIsland(Integers.testBiomeId); BiomeDictionary.registerBiomeType(ModBiomes.testBiome, BiomeDictionary.Type.MUSHROOM, BiomeDictionary.Type.MAGICAL, BiomeDictionary.Type.SWAMP); BiomeManager.addSpawnBiome(ModBiomes.testBiome); BiomeManager.addStrongholdBiome(ModBiomes.testBiome); BiomeManager.addVillageBiome(ModBiomes.testBiome, true); . But I can't find the biome anywhere after literal hours of exploring, in which I found 2 mesas and 5 roofed forests, which are supposed to be rare. If you have a working biome added to the main world, please tell me how you have done it. Thanks!
June 26, 201411 yr Author Thanks a lot diesieben07. I added it to all the lists just to see what would happen, and the results are quite cool.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.