Skip to content

Initial Setup

PersonTheCat edited this page Jan 9, 2021 · 5 revisions

Acquiring the mod

The official source for this mod is CurseForge. You can find a download link on this page. There are no builds available here on GitHub.

Running the mod

You can run the mod with Forge by putting it in your .minecraft/mods/ folder. By default, this mod will simulate vanilla cave generation as closely as possible. This is because a single preset, vanilla.cave, is enabled by default. Presets are stored in config/cavegenerator/presets and it will be the only one there. Additional demo presets are stored in config/cavegenerator/example_presets. Have a look at the presets in this folder and see if there are any you want to try. If so, copy them over to config/cavegenerator/presets. This will not enable them, but they will get parsed and can now be enabled.

Before you do anything else, you can optionally have a look inside /config/cavegenerator.cfg and see if there are any settings you might want to change.

Continue reading

Continue to Config File.

Clone this wiki locally