How can I stop caves from generating in a custom dimension?

Started by Tronche2Cake on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I stop caves from generating in a custom dimension?

Title says it pretty much, I've got a custom dimension and right now caves do generate, which I don't want.

Apparently caves are handled by the game's noise function and you'd usually have to change it to remove caves, but since this is MCreator i'm thinking maybe there's a way to do it without going that deep into the game's code.

 

Any help would be greatly appreciated