ModderNameLib v2025.11.13 for Minecraft 1.21.5
-
Add a bunch of singleton nullchecks, just in case something like the previous race-condition happens again.
-
Remove
ResourceLocationfrom the version-independent code to prepare for changes in the next Minecraft version. -
(1.21.1, 1.21.5) Add tick-handler utilities used by the new Crowmap update.
ModderNameLib v2025.11.13 for Minecraft 1.21.1
-
Add a bunch of singleton nullchecks, just in case something like the previous race-condition happens again.
-
Remove
ResourceLocationfrom the version-independent code to prepare for changes in the next Minecraft version. -
(1.21.1, 1.21.5) Add tick-handler utilities used by the new Crowmap update.
ModderNameLib v2025.11.13 for Minecraft 1.20.1
-
Add a bunch of singleton nullchecks, just in case something like the previous race-condition happens again.
-
Remove
ResourceLocationfrom the version-independent code to prepare for changes in the next Minecraft version. -
(1.21.1, 1.21.5) Add tick-handler utilities used by the new Crowmap update.
ModderNameLib v2025.10.21 for Minecraft 1.21.5
- (Forge, Neoforge) New mechanism to ensure dependent mods load after ModderNameLib, fixing a race condition.
- (Neoforge 1.21.1) Some 3d-model related classes were placed in the wrong package. They have been moved.
- Update issues/sources URLs to the new location.
ModderNameLib v2025.10.21 for Minecraft 1.21.1
- (Forge, Neoforge) New mechanism to ensure dependent mods load after ModderNameLib, fixing a race condition.
- (Neoforge 1.21.1) Some 3d-model related classes were placed in the wrong package. They have been moved.
- Update issues/sources URLs to the new location.
ModderNameLib v2025.10.21 for Minecraft 1.20.1
- (Forge, Neoforge) New mechanism to ensure dependent mods load after ModderNameLib, fixing a race condition.
- (Neoforge 1.21.1) Some 3d-model related classes were placed in the wrong package. They have been moved.
- Update issues/sources URLs to the new location.
ModderNameLib v2025.09.12 for Minecraft 1.21.5
- "Latches", a datatype MNL uses to refer to things it's going to register, are now deduplicated
- (1.20.1) Backport the "retexturable model" code from 1.21.1
ModderNameLib v2025.09.12 for Minecraft 1.21.1
- "Latches", a datatype MNL uses to refer to things it's going to register, are now deduplicated
- (1.20.1) Backport the "retexturable model" code from 1.21.1
ModderNameLib v2025.09.12 for Minecraft 1.20.1
- "Latches", a datatype MNL uses to refer to things it's going to register, are now deduplicated
- (1.20.1) Backport the "retexturable model" code from 1.21.1
ModderNameLib v2025.09.11 for Minecraft 1.21.5
-
In-game version number is now zero-padded, just like it is on mod hosting platforms. GH#1
-
Update bundled copy of ModderNameLib to 2025.09.11.
-
(1.20.1) Fix Fabric 1.20.1 mods crashing on startup when using Java 17. Sorry about that. GH#7
-
(1.21.1) Include a small amount of code for working with "retexturable models".
- This will come to 1.20.1 at a later time.

