vista-modpack/config-source/MrTJPCore.cfg
Eric J. Bowersox 590a84d373 Added 3 new mods, configuration tweaks, housekeeping
- 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.
2015-11-09 23:27:29 -07:00

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
}