Posted August 9, 20169 yr As some of you may know, I am making a mod that adds biomes to the Nether. I was looking at how Biomes O' Plenty and ExtraBiomesXL handled their biomes' registration, creation, etc. and saw that they do it similar to each other. My questions are: Should I do it in a similar way? Is their way more beneficial? Is the way I do it OK? My Mod: https://github.com/LogicTechCorp/NetherEx/tree/1.10.2/src/main/java/nex/api Biomes O' Plenty: https://github.com/Glitchfiend/BiomesOPlenty/blob/BOP-1.10.2-5.0.x/src/main/java/biomesoplenty/api/biome/BOPBiomes.java https://github.com/Glitchfiend/BiomesOPlenty/blob/BOP-1.10.2-5.0.x/src/main/java/biomesoplenty/common/init/ModBiomes.java ExtraBiomesXL: https://github.com/ExtrabiomesXL/ExtrabiomesXL/blob/master/src/main/java/extrabiomes/api/BiomeManager.java https://github.com/ExtrabiomesXL/ExtrabiomesXL/blob/master/src/main/java/extrabiomes/biomes/BiomeManagerImpl.java https://github.com/ExtrabiomesXL/ExtrabiomesXL/blob/master/src/main/java/extrabiomes/lib/BiomeSettings.java
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.