Created
February 12, 2013 05:32
-
-
Save AstraLuma/4760476 to your computer and use it in GitHub Desktop.
The config file for giant caves. Place in <tekkit server>/plugins/GiantCaves
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
worlds: | |
- name : underworld # The name of a world to apply giant caves | |
sxz : 200 # Horizontal stretch (larger number = wider cave) | |
sy : 100 # Vertical stretch (larger number = taller cave) | |
cutoff : 62 # Minimum Perlin density cutoff (-100 to 100) | |
miny : 6 # Lower bound of cave zone | |
maxy : 250 # Uppoer bound of cave zone | |
debug : false # Turns on invert mode for experimenting with config values (true/false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment