Yeah, another one of these. Shared code for quat's Season 2 mods.
Modder Name Lib is my personal library of code shared between all Season 2 projects. Code that benefits from only one copy of it existing, rather than one copy per-mod; and code that I'm tired of cut-and-pasting between mods.
You probably do not need to install Modder Name Lib separately. Modder Name Lib is included in all mods that use it using the "jar-in-jar" systems in Fabric and NeoForge. If you choose to manually install it, the version you select will (probably) be used instead of the bundled versions.
At the moment, it contains:
As Season 2 expands in scope, it will grow to contain anything else I need.
This is part of the quat's mods "Season 2" project. All Season 2 mods are developed and tested together, in the same Git repo, compiled from the same codebase.
During Season 1 (2018-2025), I developed all my mods separately. This made it difficult to start new projects, annoying to port projects between Minecraft versions, error-prone to maintain code shared between multiple projects, and switching between projects sometimes required long waiting periods as the development tooling got its act together. These factors combined caused me to burn out of Minecraft modding.
During Season 2 (2025-?), I aim to address these problems with new development tooling.
A moddernamelib is a derisive term for "library mods only intended to be used by one modder." I have become the thing I sought to destroy.