Populated the default config folder - it turns out there are certain configs that are created for each world, you can copy world configs here and they will become the defaults for each world. day and night time is 5 times longer. You can sleep in bed, but it no longer advances the time for any reason. Sleep is for the weak. no longer go immediately insane upon dimension change, but it's still VERY detrimental and immediate round trips are still awful. rain is now only mildly detrimental to sanity, in most scenarios rain will not cause your sanity to drop but reduce how fast it rises. Added akashic tome, this lets us bundle mod documentation into one damn book. Shaders have been messed with, feel free to edit these.
23 lines
582 B
TOML
23 lines
582 B
TOML
#IMPORTANT NOTICE:
|
|
#You can add more entries using KubeJS
|
|
#https://github.com/tom5454/Create-Ore-Excavation#kubejs
|
|
importantInfo = true
|
|
#Finite vein base amount
|
|
#Range: > 1
|
|
finiteAmountBase = 1000
|
|
#Veins infinite by default
|
|
defaultInfinite = true
|
|
#Max number of extractor per ore vein, Set to 0 for infinite
|
|
#Range: 0 ~ 64
|
|
maxExtractorsPerVein = 0
|
|
#Vein Finder 'Found Nearby' range in chunks
|
|
#Range: 1 ~ 8
|
|
veinFinderNear = 1
|
|
#Vein Finder accuracy for 'Found traces of ...'
|
|
#Range: 1 ~ 1000
|
|
veinFinderFar = 25
|
|
#Vein Finder use cooldown in ticks
|
|
#Range: 10 ~ 1000
|
|
veinFinderCd = 100
|
|
|