Started by
ilovedumbphones
on
Topic category: Help with Minecraft modding (Java Edition)
I want to know how do you make a biome that generates in the ocean (specifically in the cold oceans). And how to set it air block to water? Asking for a 1.15.2 forge mod. I use MCreator 2021.1
BTW custom code is ok as long as you tell me where to put one code into.
To generate an ocean type biome (filled with water), just put the base generation height (or something like that) to a negative value.
Now to make it generate in oceans, add the cold ocean biome to this biome parents.
Hope this helped!