Jump to content

[1.16.2] Adding a custom world type with custom biomes


OverInfrared

Recommended Posts

I have custom biomes that I have created and added to the vanilla world, but I don't want to add them to the default overworld. I want to make my own overworld with its own biomes (i.e. biomes o plenty) so you only get mine. But, there are no resources for the creation of custom world types for 1.16.2 and 1.15.x. Specifically I looked at biomes o plenty's code and seen that they use a class called BiomeGeneratorTypeScreens, this works to an extent but to get it fully working biomes o plenty uses a ton of custom classes to overwrite the whole of vanilla generation when I only want my custom biomes on the current system.

Edited by OverInfrared
Link to comment
Share on other sites

On 10/8/2020 at 5:16 PM, ChampionAsh5357 said:

First, update to the latest minor. Second, this just sounds like a datapack that replaces the overworld dimension. There is no real need to have anything declared in code here. If they want your datapack, they add it. If not, they don't have it.

I would also like to add modded ores and other features to the world not just vanilla.

Link to comment
Share on other sites

28 minutes ago, OverInfrared said:

I would also like to add modded ores and other features to the world not just vanilla.

If you create the blocks and features, then you would need a mod. However, all of that would still be handled by the datapack itself. If you wanted those ores and features to spawn in a vanilla biome, then you would use BiomeLoadingEvent after you update to the latest minor.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.