Releases: JamCoreModding/jamlib
Releases · JamCoreModding/jamlib
V1.0.9+1.21
- Port 1.0.9 to Minecraft 1.21
V1.0.9+1.20.6
- Port to 1.20.6
- Remove Forge and Quilt support
V1.0.9+1.20.4
- Clean up the ModMenu code, assumes a ModMenu version greater than 9.1.0 is installed otherwise
config screens are dependant on mod load order (fixes #6).
V1.0.8+1.20.4
- Fix an issue with the previous modmenu fix (#5)
- Update the jar renaming check message slightly
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.Platform
enum. JamLib
is 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.
@HiddenInGui
annotation 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 :)