Is there's any way to remove caves from custom dimension?

Started by Ner4t on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Nov 2023
Points:
152

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Is there's any way to remove caves from custom dimension?

I need to remove caves from my custom dimension. I tried like everything: removing caves from biome features, modifying dimension code, but nothing helps so im asking this question here
Idc if its only possible only with code i just need to know how to do that

Active 14 hours ago
Joined Nov 2019
Points:
883

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 339
you could make a custom…
Wed, 01/24/2024 - 04:56

you could make a custom biome that doesn't have caves, and that is very very common, with parameters that allow it to spawn very close together, without adding other biomes to this dimension.

Active 1 year ago
Joined Nov 2023
Points:
152

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
yeah i tried to do that too,…
Wed, 01/24/2024 - 07:45

yeah i tried to do that too, but still doesn't work

Active 14 hours ago
Joined Nov 2019
Points:
883

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 339
Oh my mistake, if you are…
Wed, 01/24/2024 - 22:01

Oh my mistake, if you are using overworld world type gen in the dimension then it will make caves, however you will need custom code to change that, if your don't like how end and nether type world gens look like.