1 post(s) tagged with "v1.2.1"

View All Tags

Release v1.2.1

This is a minor bug fix release for some edge case bugs.

Bug Fixes

Improvements

Upgrade Instructions

  • If you're using MC without a modpack and none of your own changes, just delete the MC folder and move the new one into your mods folder
  • If you're using MC as part of a modpack, let the modpack authors update MC for you (using the below guide)
  • If you're using MC without a modpack but you've made some of your own changes to the configs, or you're a modpack author:
    • Copy into your Mods/MissionControl folder
      • MissionControl.dll
      • mod.json
      • Edit settings.json (and/or your settings.user.json / settings.modpack.json overrides) with the following:

Add the following Misc block under the top-level Spawners block

"Misc": {
"LanceSelectionDivergenceOverride": {
"Enable": true,
"Divergence": 20
}
}

Specific for RT modpack

For RT modpack authors, or any modpack that uses custom high difficulty value lances like RT, use this block instead (or experiment with much higher divergence values):

"Misc": {
"LanceSelectionDivergenceOverride": {
"Enable": false
}
}