LogicTechCorp Posted March 27, 2017 Posted March 27, 2017 Hello, I have a few question about biome generation. First off can anyone help me understand how to only allow certain biomes to spawn next to each other. For example, hot by warm, warm by cool, and cool by cold. I know Vanilla does this but I do not understand it. Second, how do sub-biomes work? Thank you, all help is appreciated. Here is my current biome gen system: Registry https://github.com/LogicTechCorp/NetherEx/blob/71dc6f68dcdca6905617e189956b621a23d9ea0c/src/main/java/nex/init/NetherExBiomes.java GenLayers https://github.com/LogicTechCorp/NetherEx/blob/71dc6f68dcdca6905617e189956b621a23d9ea0c/src/main/java/nex/world/gen/layer/GenLayerAddBiomes.java https://github.com/LogicTechCorp/NetherEx/blob/71dc6f68dcdca6905617e189956b621a23d9ea0c/src/main/java/nex/world/gen/layer/GenLayerNether.java Quote
LogicTechCorp Posted March 29, 2017 Author Posted March 29, 2017 Can anyone help or point me in the right direction? Quote
Recommended Posts
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.