Posted August 11, 20178 yr So lets say I have a dimension ID and want to get all the biomes that can possibly be generated in this dimension. How will I go about doing that? I tried: DimensionManager.getProvider(0).getBiomeProvider().getBiomesToSpawnIn() But I get an NPE on getProvider(0). I'm assuming that should be getting the WorldProvider for the Overworld, correct?
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.