This commit integrates Project Red with the main pack. Several things have been done to make the integration seamless, and the addition leaves progression and balance fully intact. Any duplicate and/or unused items have been removed from JEI, and GT silicon wafers have been substituted for the relevant recipes. No worldgen is added, so this update causes no problems with existing worlds.
33 lines
1.3 KiB
INI
33 lines
1.3 KiB
INI
# 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"=false
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# 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
|
|
}
|
|
|
|
|