added some configs

This commit is contained in:
Pyritie 2025-04-23 21:41:36 +01:00
parent 87b3937768
commit 032773d491
2 changed files with 24 additions and 0 deletions

View 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

View 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