-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMrTJPCore.cfg
32 lines (23 loc) · 1.31 KB
/
MrTJPCore.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuration file
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General settings for MrTJPCore
##########################################################################################################
general {
# Flag to set if the update checker should consider unstable builds as a new version.
B:"Include Unstable"=false
# Flag to enable or disable the update checker.
B:"Version Checking"=true
}
##########################################################################################################
# world gen
#--------------------------------------------------------------------------------------------------------#
# Settings related to world generation
##########################################################################################################
"world gen" {
# The database ID that is used to store which chunks have been generated already. Changing this will cause generation to run again on the same chunk.
S:"RetroGen ID"=mrtjp_gen
# Toggle to enable retrogeneration, a feature that would allow ores to be generated after the world has been created.
B:"Retroactive World Generation"=false
}