590a84d373
- Added the PowerConverters, Simply Jetpacks, and SmallBoats mods. - Added configuration tweaks for Factorization, MrTJPCore, and Mr. Crayfish's Furniture Mod. - Filled in the description in README.md and overview.markup.txt. - Added CHANGELOG, LICENSE.md, and CODE-OF-CONDUCT.md.
21 lines
578 B
INI
21 lines
578 B
INI
# Configuration file
|
|
|
|
general {
|
|
# Flag to set if the update checker should consider unstable builds as a new version.
|
|
B:check_unstable=false
|
|
|
|
# Flag to enable or disable the update checker.
|
|
B:check_versions=false
|
|
}
|
|
|
|
|
|
"world gen" {
|
|
# Toggle to enable retrogeneration, a feature that would allow ores to be generated after the world has been created.
|
|
B:retro_gen=true
|
|
|
|
# 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:retro_gen_id=mrtjp_gen
|
|
}
|
|
|
|
|