Last active
August 11, 2025 19:02
-
-
Save souldbminerr/f4ebc1ab55dd814f55030e9d0bb2638b to your computer and use it in GitHub Desktop.
Axiom, the *worst* minecraft mod ever made
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tldr: Axiom violates the MIT, Apache 2.0, BSD, (partially) LGPL, ARR and OFL licenses, is paywalled garbage, and does a lot of rather odd things. | |
| Axiom is a very poorly coded mod, as instead of relying on dependencies, it bundles everything up into one (bloated) jar, and uses a lot of binary code. I would estimate almost half of Axiom's code is stolen software. | |
| If you want to see this for yourself, just use a program like JD-GUI and look at the amount of unrelated code and binaries present in the jar. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment