How to make a biome that generates IN the ocean in 1.15.2?

Started by ilovedumbphones on

Topic category: Help with modding (Java Edition)

Last seen on 13:00, 28. Feb 2022
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a biome that generates IN the ocean in 1.15.2?

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

Last seen on 13:00, 28. Feb 2022
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
BTW custom code is ok as…
Sun, 05/23/2021 - 10:22

BTW custom code is ok as long as you tell me where to put one code into.

Last seen on 11:11, 27. Nov 2022
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To generate an ocean type…
Sun, 06/13/2021 - 10:54

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!