Posted January 21, 20196 yr Using 14.23.5.2768. I know that getting a single biome to generate in a dimension is trivial through using BiomeProviderSingle, but how would you get multiple biomes to generate properly? Is there a good tutorial for this? Edited January 21, 20196 yr by lightningdragonx5
January 21, 20196 yr Just use a regular BiomeProvider. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
January 22, 20196 yr Author What else do I need to do to get it working? I created a BiomeProvider extension and clear allowedBiomes and getBiomesToSpawnIn in my constructor + add in my own two biomes, but it's still generating stuff like ocean and forest (although vanilla biomes are supposed to be absent). EDIT: After another trial I ran into one of my custom biomes near spawn, but the overworld biomes were also still present. Apparently it generates my biomes but generates the overworld ones as well which I still haven't found a way to remove. Edited January 22, 20196 yr by lightningdragonx5
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.