![Puzzles Lib [Forge & Fabric]](https://media.forgecdn.net/avatars/thumbnails/776/232/256/256/638118144989284933.png)
[Suggestion]: Make Libary Future Version functional.
gamerjungexd opened this issue · 1 comments
Mod Loader (Optional)
⸺
Minecraft Version(s) (Optional)
1.21.3
Mod Version(s) (Optional)
21.3.10
Suggestion (Required)
Instead of hardcode the modversion, make it that its only a min-version. You already support higher fabric loaders etc, but not higher minecraft versions. Add instead of "minecraft": "${minecraftVersion}",
please "minecraft": ">=${minecraftVersion}", or restrict it only to upgrades in the MinorNumber and not for the Last/Patch Number.