Skip to content

Releases: JamCoreModding/jamlib

V1.0.11+1.21

05 Aug 17:30
7be2adc
Compare
Choose a tag to compare
  • (feat) config options with long names will now render in the screen as scrolling strings.
  • (chore) various code cleanups
  • (chore) use parchment mappings

V1.0.10+1.21

04 Aug 11:06
051c1bf
Compare
Choose a tag to compare
  • Update versions.
  • Modify how config screens are registered on Neoforge.

V1.0.9+1.21

14 Jun 11:28
1ee5736
Compare
Choose a tag to compare
  • Port 1.0.9 to Minecraft 1.21

V1.0.9+1.20.6

11 May 15:35
0063ed2
Compare
Choose a tag to compare
  • Port to 1.20.6
  • Remove Forge and Quilt support

V1.0.9+1.20.4

23 Apr 19:14
301e2d4
Compare
Choose a tag to compare
  • 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

28 Mar 20:31
b335f3a
Compare
Choose a tag to compare
  • Fix an issue with the previous modmenu fix (#5)
  • Update the jar renaming check message slightly

V1.0.7+1.20.4

25 Mar 19:20
86d5cfc
Compare
Choose a tag to compare
  • Fix an issue with configs being registered after the ModMenu entrypoint.

V1.0.6+1.20.4

17 Mar 14:36
160dc60
Compare
Choose a tag to compare
  • Fix a typo in the mod renaming warning.
  • Add a few new methods to the JamLibPlatform.Platform enum.
  • JamLib is no longer entirely ApiStatus.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

16 Mar 20:46
1e5f377
Compare
Choose a tag to compare
  • Update icon.

V1.0.4+1.20.4

08 Feb 20:04
6ddccd8
Compare
Choose a tag to compare
  • 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.