promotional bannermobile promotional banner

Actually Compatible

Fixes client-server compatibility check.

File Details

actuallycompatible-1.18.1-0.1.2

  • B
  • Jan 26, 2022
  • 12.92 KB
  • 31.3K
  • 1.18.2+1
  • Forge

File Name

actuallycompatible-0.1.2.jar

Supported Versions

  • 1.18.2
  • 1.18.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:actually-compatible-550269:3623984")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Actually Compatible 0.1.2

  • Fixes crash on forge >= 39.0.48
  • https://github.com/MinecraftForge/MinecraftForge/pull/8169
  • In forge 39.0.48, the developers implemented compression for the server ping data, which theoretically increases the amount of mods you can have in a modpack before the ping will fail.
  • The ping will eventually fail without Actually Compatible because there is still no fix for the limited buffer in forge.
  • Quoting Lex from the relevant forge issue "This data is always going to be on a limited buffer, so moving to a binary format just means we buy more time before mod packs grow too large for the buffer to be accurate."