Releases: JamCoreModding/jamlib
Releases · JamCoreModding/jamlib
V1.0.7+1.20.4
- Fix an issue with configs being registered after the ModMenu entrypoint.
V1.0.6+1.20.4
- Fix a typo in the mod renaming warning.
- Add a few new methods to the
JamLibPlatform.Platformenum. JamLibis no longer entirelyApiStatus.Internal(there are some stable API methods in there. Non-stable public internal methods are annotated as such).- Build system improvements.
- Update the icon again.
V1.0.5+1.20.4
- Update icon.
V1.0.4+1.20.4
- Functionality to notify the user if we suspect the mod has been downloaded from a repost site such as 9minecraft. See the docs.
@HiddenInGuiannotation to hide config entries in auto-generated GUIs. See the docs.- Fix a few nullability issues in the config system. These were not known to cause any issues, but better to be safe than sorry.
V1.0.3+1.20.4 [1.20.4]
1.20.4 support with no further API changes.
V1.0.3+1.20.2 [1.20.2]
Update to support NeoForge. 1.20.4 will come later in the week :)
V1.0.2 [1.20.2]
Fix an issue with @MatchesRegex.
V1.0.1 [1.20.2]
First round of bugfixes.
V1.0.0 [1.20.2]
Rewrite on Architectury. Not backwards-compatible (see README).
V0.6.2 [1.20.2]
Changelog
- Fix the mouse scroll event for 1.20.2