Fellies/config[default]/create-common.toml

167 lines
2.5 KiB
TOML
Raw Permalink Normal View History

2021-01-28 20:11:47 +00:00
[worldgen]
#
#Modify Create's impact on your terrain
[worldgen.v1]
#
#Prevents all worldgen added by Create from taking effect
disableWorldGen = false
#
#Forward caught TileEntityExceptions to the log at debug level.
logTeErrors = false
[worldgen.v1.copper_ore]
2021-02-12 14:22:54 +00:00
#
#Whether to spawn this in your World
enable = true
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterSize = 18
2021-01-28 20:11:47 +00:00
#
#Range: > 0
clusterCount = 2
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 40
#
#Range: > 0
2021-01-28 20:11:47 +00:00
maxHeight = 86
2021-02-12 14:22:54 +00:00
[worldgen.v1.copper_ore_ocean]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterSize = 15
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterCount = 4
2021-01-28 20:11:47 +00:00
#
2021-02-12 14:22:54 +00:00
#Range: > 0
minHeight = 20
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
maxHeight = 55
[worldgen.v1.zinc_ore]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterSize = 14
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterCount = 4
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 15
2021-01-28 20:11:47 +00:00
#
#Range: > 0
maxHeight = 70
2021-02-12 14:22:54 +00:00
[worldgen.v1.zinc_ore_desert]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterSize = 17
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterCount = 5
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 10
2021-01-28 20:11:47 +00:00
#
#Range: > 0
maxHeight = 85
2021-02-12 14:22:54 +00:00
[worldgen.v1.limestone]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterSize = 128
2021-01-28 20:11:47 +00:00
#
#Range: 0.0 ~ 1.0
clusterChance = 0.03125
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 30
#
#Range: > 0
2021-01-28 20:11:47 +00:00
maxHeight = 70
2021-02-12 14:22:54 +00:00
[worldgen.v1.weathered_limestone]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
clusterSize = 128
#
#Range: 0.0 ~ 1.0
2021-02-12 14:22:54 +00:00
clusterChance = 0.03125
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 10
#
#Range: > 0
maxHeight = 30
[worldgen.v1.dolomite]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
clusterSize = 128
#
2021-02-12 14:22:54 +00:00
#Range: 0.0 ~ 1.0
clusterChance = 0.015625
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 20
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
maxHeight = 70
[worldgen.v1.gabbro]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
2021-02-12 14:22:54 +00:00
clusterSize = 128
2021-01-28 20:11:47 +00:00
#
#Range: 0.0 ~ 1.0
clusterChance = 0.015625
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 20
#
#Range: > 0
2021-01-28 20:11:47 +00:00
maxHeight = 70
2021-02-12 14:22:54 +00:00
[worldgen.v1.scoria]
2021-01-28 20:11:47 +00:00
#
#Whether to spawn this in your World
enable = true
#
#Range: > 0
clusterSize = 128
#
#Range: 0.0 ~ 1.0
clusterChance = 0.03125
#
#Range: > 0
2021-02-12 14:22:54 +00:00
minHeight = 0
2021-01-28 20:11:47 +00:00
#
#Range: > 0
2021-02-12 14:22:54 +00:00
maxHeight = 10
2021-01-28 20:11:47 +00:00