A mod for Fabric that checks if all the other mods present are open-license.
Go to file
macbrayne 33e34df139
GitHub Actions and fewer false positives (#2)
- Set Up Github Actions
- Refactored code
- Upgrade Gradle, Loom
- Catches more valid licenses
- Ignores mods of type "builtin"
2021-09-15 15:43:09 -07:00
.github/workflows GitHub Actions and fewer false positives (#2) 2021-09-15 15:43:09 -07:00
gradle/wrapper GitHub Actions and fewer false positives (#2) 2021-09-15 15:43:09 -07:00
src/main GitHub Actions and fewer false positives (#2) 2021-09-15 15:43:09 -07:00
.gitignore Add Eclipse *.launch files to the gitignore (#37) 2020-03-18 23:29:52 +00:00
LICENSE Relicense 2021-09-10 15:57:36 -07:00
README.md Create README.md 2020-04-27 10:35:29 -07:00
build.gradle GitHub Actions and fewer false positives (#2) 2021-09-15 15:43:09 -07:00
gradle.properties GitHub Actions and fewer false positives (#2) 2021-09-15 15:43:09 -07:00
gradlew Update loom, gradle and all other deps 2020-04-10 00:07:35 +01:00
gradlew.bat Update loom, gradle and all other deps 2020-04-10 00:07:35 +01:00
settings.gradle update Loom, Fabric 2018-12-22 17:36:30 +01:00

README.md

ARR-Checker

This mod prints an evaluation of the license for all mods being loaded to the console.
It will try to warn the user of all mods that may not be free to use, or open-license, or ones that use a custom license, which is believed by many to be a bad practice. (One that I have been guilty of.)

Why?

This is useful for creating modpacks that you intend to release publicly, because it reduces the chance of legal issues and arguments between you and deveolopers.
I also personally don't like using all rights reserved mods, because I like to look at their code a lot, and I believe it's a bad practice to hide or restrict access to code.
One might also feel safer knowing they could read through the source code any time they like, to dispell their anxieties that there might be malware hidden inside.