Fellies/config/waystones-common.toml

16 lines
827 B
TOML

[common]
[common.worldgen]
#Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
#Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
worldGenStyle = "BIOME"
#NOT YET IMPLEMENTED: Set to true if waystones should be added to the generation of villages. THIS OPTION DOES NOT WORK YET.
addVillageStructure = true
#Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
#Range: > 0
worldGenFrequency = 30
#The Name Generator will pick from these names until they have all been used, then it will generate random ones again.
customWaystoneNames = ["Sandy City", "Chocolate Island", "Sahara", "The Perimeter"]