Posted September 7, 201213 yr hi, ive managed to create a dimension, new biome etc, however, i want the new biome to only spawn in the dimension, not the overworld, can anyone help with this, thanks
September 7, 201213 yr I haven't played around with adding new dimensions, but at least for generating ores and whatnot you can call world.provider.worldType which returns 0 for Overworld and -1 for Nether. It looks like this won't be changed automagically but if you set it manually on world creation you should be able to look up the type when you're generating biomes and such.
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.