Giter Club home page Giter Club logo

actually-compatible's Introduction

The Problem

Know this annoying big red X even when your client has exactly the same mods as the server?

incompatible

  • Well, this is because there is a size limit in minecraft on how much data can be sent for compatibility checks.
  • On top of that forge put a hard limit on the amount of maximum mods that can be checked for compatibility (so you do not hit the packet limit and crash)
  • If you have any more mods than 160, the compatibility check automatically fails. This is in forge >= 36.1.32.

 

The Solution

  • Actually Compatible increases the compatibility check packet size significantly. (from 32KB to 100KB by default)
  • You can also provide your own new packet size in the config file.
  • And last but not the least, the mod removes  the hard 160 mod limit put in by forge.

 

All of the fixes mentioned above, together fix the compatibility checks.

You will receive proper list of incompatible mods in your client logs.

And, once you have actually compatible list of mods, the big red angry X turns into the happy green

check

 

Compatibility

The same fix is being used in my modpack Starpack Titan with 600+ mods and it gives perfectly accurate checks.
If you discover an issue, please report from the issues tab above.

 

actually-compatible's People

Contributors

starmun-0010 avatar jeremiahwinsley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.