added some configs
This commit is contained in:
parent
87b3937768
commit
032773d491
2 changed files with 24 additions and 0 deletions
18
config/tfcimprovedbadlands-common.toml
Normal file
18
config/tfcimprovedbadlands-common.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
|
||||||
|
[General]
|
||||||
|
#
|
||||||
|
# Toggles generation of sand layers. Disabling this (false) will shorten world generation time.
|
||||||
|
enableSandLayers = false
|
||||||
|
#
|
||||||
|
# Maximum rainfall for where sand layers can generate. Set to 500 to enable everywhere.
|
||||||
|
#Range: 4.9E-324 ~ 1.7976931348623157E308
|
||||||
|
sandLayerRainfall = 100.0
|
||||||
|
#
|
||||||
|
# The center point (rainfall) at which some biomes will start to turn into sand dunes. Set to any arbitrary large or low number to disable entirely.
|
||||||
|
#Range: > -2147483648
|
||||||
|
duneThreshold = 20
|
||||||
|
#
|
||||||
|
# The center point (rainfall) at which badland biomes will start to turn into their normal terrain. Set to any arbitrary large or low number to disable entirely.
|
||||||
|
#Range: > -2147483648
|
||||||
|
badlandsThreshold = 140
|
||||||
|
|
||||||
6
defaultconfigs/beneath-server.toml
Normal file
6
defaultconfigs/beneath-server.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
[general]
|
||||||
|
#
|
||||||
|
# If the sacrifice method should be allowed for getting to the nether, rather than building a portal (requires black steel pickaxe)
|
||||||
|
allowSacrifice = false
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue