Hi! As the title says, I am new the Java. I am looking to make a mod that will effectively create a world full of islands, and the way I'm wanting to do this is by making it so that every land biome will always be surrounded by ocean biomes. So I'm basically looking to change the biome distribution of the world, rather than how those biome will end up looking. If any of you have any beginner friendly guides or any tips for doing this sort of thing, I'd love to see it! Thanks in advance
Edit: If it matters, I am using forge 1.16.5. I already have eclipse and the project files all set up, I'm just looking to get into the coding part now.