Posted January 3, 201510 yr Hi, I may have missed something, but I can't seem to find a way to get all the biomes registered to spawn with the BiomeManager. I'm trying to make mobs spawn in all biomes in the overworld, including modded ones (for BOP compatibility). Is there a simple way to do this? Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
January 3, 201510 yr You can always use BiomeDictionary, It's BOP supportive as well. EntityRegistry.addSpawn(Entity.class, 1, 1, 1, EnumCreatureType.MONSTER, BiomeDictionary.getBiomesForType(Type.TYPE)); Former developer for DivineRPG, Pixelmon and now the maker of Essence of the Gods
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.