
Modder Name Lib
Yeah, another one of these. Shared code for quat's Season 2 mods.
Обновлён 23 декабря 2025 г. · опубликован 11 августа 2025 г.
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:
- basic mod scaffolding,
- a custom system for registering content and datagenning stuff at the same time,
- abstractions over the differences between modloaders,
- an error-reporting system,
- a configuration library, usable through both fabric and neoforge.
As Season 2 expands in scope, it will grow to contain anything else I need.
what is "Season 2"
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.
what's in a name?
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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2025.12.23-neoforge-1.21.5 | Релиз | 1.21.5 | neoforge | 23 декабря 2025 г. | .jar (207 КБ) |
| 2025.12.23-fabric-1.21.5 | Релиз | 1.21.5 | fabric | 23 декабря 2025 г. | .jar (199 КБ) |
| 2025.12.23-neoforge-1.21.11 | Релиз | 1.21.11 | neoforge | 23 декабря 2025 г. | .jar (205 КБ) |
| 2025.12.23-fabric-1.21.11 | Релиз | 1.21.11 | fabric | 23 декабря 2025 г. | .jar (198 КБ) |
| 2025.12.23-neoforge-1.21.1 | Релиз | 1.21.1 | neoforge | 23 декабря 2025 г. | .jar (213 КБ) |
| 2025.12.23-fabric-1.21.1 | Релиз | 1.21.1 | fabric | 23 декабря 2025 г. | .jar (204 КБ) |
| 2025.12.23-forge-1.20.1 | Релиз | 1.20.1 | forge, neoforge | 23 декабря 2025 г. | .jar (213 КБ) |
| 2025.12.23-fabric-1.20.1 | Релиз | 1.20.1 | fabric | 23 декабря 2025 г. | .jar (201 КБ) |
| 2025.11.13-neoforge-1.21.5 | Релиз | 1.21.5 | neoforge | 13 ноября 2025 г. | .jar (179 КБ) |
| 2025.11.13-fabric-1.21.5 | Релиз | 1.21.5 | fabric | 13 ноября 2025 г. | .jar (176 КБ) |
| 2025.11.13-neoforge-1.21.1 | Релиз | 1.21.1 | neoforge | 13 ноября 2025 г. | .jar (191 КБ) |
| 2025.11.13-fabric-1.21.1 | Релиз | 1.21.1 | fabric | 13 ноября 2025 г. | .jar (182 КБ) |
| 2025.11.13-forge-1.20.1 | Релиз | 1.20.1 | forge, neoforge | 13 ноября 2025 г. | .jar (190 КБ) |
| 2025.11.13-fabric-1.20.1 | Релиз | 1.20.1 | fabric | 13 ноября 2025 г. | .jar (178 КБ) |
| 2025.10.21-neoforge-1.21.5 | Релиз | 1.21.5 | neoforge | 21 октября 2025 г. | .jar (176 КБ) |
Показаны последние 15 из 38 версий. Все версии — на Modrinth.
Ченджлог
2025.12.23-neoforge-1.21.5Релиз1.21.5 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.21.5
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
2025.12.23-fabric-1.21.5Релиз1.21.5 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.21.5
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
2025.12.23-neoforge-1.21.11Релиз1.21.11 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.21.11
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
2025.12.23-fabric-1.21.11Релиз1.21.11 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.21.11
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
2025.12.23-neoforge-1.21.1Релиз1.21.1 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.21.1
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
2025.12.23-fabric-1.21.1Релиз1.21.1 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.21.1
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
2025.12.23-forge-1.20.1Релиз1.20.1 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.20.1
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
2025.12.23-fabric-1.20.1Релиз1.20.1 · 23 декабря 2025 г.
ModderNameLib v2025.12.23 for Minecraft 1.20.1
Update tooling.
- New version of Loom means Fabric mods no longer ship with a separate refmap file. This is a big change, so please report mixin apply failures.
Now supports 1.21.11.
Remove usages of
RenderTypeto account for changes in 1.21.11.(1.21.1 Neoforge, 1.21.5 Neoforge) Correct a cut-paste typo in an error message.
Large refactor of the datagen/registry system.
Add a DyeColor and color-handling utility.
(1.20.1) Add a BlockColor/ItemColor utility.
(1.21.5) Fix client utilities.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…