/
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 a scenario where if a mod forgets to call Package#canPlaceItem, it can lead to a dupe bug. It will now void the offending items instead (there isn't much else I can do). GH#8
(1.21.1) Restructure the package and package-crafter retexturing logic. It's a lot simpler now (and uses some of the new moddernamelib code).