Skip to content

Commit

Permalink
Added server config, let common config regen and changed that instead…
Browse files Browse the repository at this point in the history
… of starting the the 1.14 config ^^'#346
  • Loading branch information
NielsPilgaard committed Jun 8, 2020
1 parent e816fd9 commit 6abd3a1
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 66 deletions.
16 changes: 8 additions & 8 deletions config/create-client.toml
Expand Up @@ -3,18 +3,18 @@
#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
[client]
#
#Range: 0.0 ~ 1.0
fanParticleDensity = 0.5
#Show item descriptions on Shift and controls on Ctrl.
enableTooltips = true
#
#Display a tooltip when looking at overstressed components.
enableOverstressedTooltip = true
#
#Log a stack-trace when rendering issues happen within a moving contraption.
explainRenderErrors = false
#
#Range: 0.0 ~ 1.0
fanParticleDensity = 0.5
#
#Show colourful debug information while the F3-Menu is open.
enableRainbowDebug = true
#
#Show item descriptions on Shift and controls on Ctrl.
enableTooltips = true
#
#Display a tooltip when looking at overstressed components.
enableOverstressedTooltip = true

116 changes: 58 additions & 58 deletions config/create-common.toml
Expand Up @@ -6,161 +6,161 @@
[worldgen.v1]
#
#Prevents all worldgen added by Create from taking effect
disableWorldGen = false
disableWorldGen = true
#
#Forward caught TileEntityExceptions to the log at debug level.
logTeErrors = false

[worldgen.v1.copper_ore]
#
#Whether to spawn this in your World
enable = false
#
#Range: > 0
minHeight = 40
clusterSize = 18
#
#Range: > 0
clusterCount = 2
#
#Range: > 0
minHeight = 40
#
#Range: > 0
maxHeight = 86

[worldgen.v1.copper_ore_ocean]
#
#Whether to spawn this in your World
enable = false
#
#Range: > 0
clusterSize = 18

[worldgen.v1.weathered_limestone]
clusterSize = 15
#
#Range: > 0
minHeight = 10
#
#Range: 0.0 ~ 1.0
clusterChance = 0.03125
clusterCount = 4
#
#Range: > 0
maxHeight = 30
#
#Whether to spawn this in your World
enable = true
minHeight = 20
#
#Range: > 0
clusterSize = 128
maxHeight = 55

[worldgen.v1.zinc_ore]
#
#Whether to spawn this in your World
enable = false
#
#Range: > 0
minHeight = 15
clusterSize = 14
#
#Range: > 0
clusterCount = 4
#
#Range: > 0
minHeight = 15
#
#Range: > 0
maxHeight = 70

[worldgen.v1.zinc_ore_desert]
#
#Whether to spawn this in your World
enable = false
#
#Range: > 0
clusterSize = 14

[worldgen.v1.zinc_ore_desert]
clusterSize = 17
#
#Range: > 0
minHeight = 10
clusterCount = 5
#
#Range: > 0
clusterCount = 5
minHeight = 10
#
#Range: > 0
maxHeight = 85

[worldgen.v1.limestone]
#
#Whether to spawn this in your World
enable = false
#
#Range: > 0
clusterSize = 17

[worldgen.v1.limestone]
#
#Range: > 0
minHeight = 30
clusterSize = 128
#
#Range: 0.0 ~ 1.0
clusterChance = 0.03125
#
#Range: > 0
minHeight = 30
#
#Range: > 0
maxHeight = 70

[worldgen.v1.weathered_limestone]
#
#Whether to spawn this in your World
enable = true
enable = false
#
#Range: > 0
clusterSize = 128

[worldgen.v1.dolomite]
#
#Range: > 0
minHeight = 20
#
#Range: 0.0 ~ 1.0
clusterChance = 0.015625
clusterChance = 0.03125
#
#Range: > 0
maxHeight = 70
minHeight = 10
#
#Range: > 0
maxHeight = 30

[worldgen.v1.dolomite]
#
#Whether to spawn this in your World
enable = true
enable = false
#
#Range: > 0
clusterSize = 128

[worldgen.v1.copper_ore_ocean]
#
#Range: > 0
minHeight = 20
#Range: 0.0 ~ 1.0
clusterChance = 0.015625
#
#Range: > 0
clusterCount = 4
minHeight = 20
#
#Range: > 0
maxHeight = 55
maxHeight = 70

[worldgen.v1.gabbro]
#
#Whether to spawn this in your World
enable = false
#
#Range: > 0
clusterSize = 15

[worldgen.v1.gabbro]
#
#Range: > 0
minHeight = 20
clusterSize = 128
#
#Range: 0.0 ~ 1.0
clusterChance = 0.015625
#
#Range: > 0
maxHeight = 70
#
#Whether to spawn this in your World
enable = true
minHeight = 20
#
#Range: > 0
clusterSize = 128
maxHeight = 70

[worldgen.v1.scoria]
#
#Whether to spawn this in your World
enable = false
#
#Range: > 0
minHeight = 0
clusterSize = 128
#
#Range: 0.0 ~ 1.0
clusterChance = 0.03125
#
#Range: > 0
maxHeight = 10
#
#Whether to spawn this in your World
enable = true
minHeight = 0
#
#Range: > 0
clusterSize = 128
maxHeight = 10

0 comments on commit 6abd3a1

Please sign in to comment.