Skip to content

Releases: JamCoreModding/jamlib

V1.3.2+1.21.4

26 Feb 17:39
c764c78
Compare
Choose a tag to compare

Fix crash on dedicated servers.

V1.3.2+1.21.3

26 Feb 17:41
c764c78
Compare
Choose a tag to compare

Fix crash on dedicated servers.

V1.3.2+1.21.1

26 Feb 17:42
0f85906
Compare
Choose a tag to compare

Fix crash on dedicated servers.

V1.3.1+1.21.4

26 Feb 14:23
96a13a2
Compare
Choose a tag to compare
  • Undo accidentally API breakage of client lifecycle events.

V1.3.1+1.21.3

26 Feb 14:22
95a9f16
Compare
Choose a tag to compare
  • Ensure inherited fields are present in config GUIs (closes #13).
  • When both a mod ID and config file name are specified, the config file is now saved under
    config/{mod id}/{config name}.json5 (closes #12).
    • This should not be a breaking change as I am not aware of any mods registering multiple configs currently.
  • Switch to fabric-api mod ID in dependencies block (closes #10).
  • Enable split source sets (closes #14).
  • Identify config managers by (MOD_ID, CONFIG_NAME) rather than by just (CONFIG_NAME) (closes #15).
  • Allow List<?> config fields (closes #11).
  • The reset button next to each config field now resets to the default value, rather than the value the field had when
    the config screen was opened.

V1.3.1+1.21.1

26 Feb 14:28
43dd206
Compare
Choose a tag to compare
  • Ensure inherited fields are present in config GUIs (closes #13).
  • When both a mod ID and config file name are specified, the config file is now saved under
    config/{mod id}/{config name}.json5 (closes #12).
    • This should not be a breaking change as I am not aware of any mods registering multiple configs currently.
  • Switch to fabric-api mod ID in dependencies block (closes #10).
  • Enable split source sets (closes #14).
  • Identify config managers by (MOD_ID, CONFIG_NAME) rather than by just (CONFIG_NAME) (closes #15).
  • Allow List<?> config fields (closes #11).
  • The reset button next to each config field now resets to the default value, rather than the value the field had when
    the config screen was opened.

V1.3.0+1.21.4

26 Feb 13:50
95a9f16
Compare
Choose a tag to compare
  • Ensure inherited fields are present in config GUIs (closes #13).
  • When both a mod ID and config file name are specified, the config file is now saved under
    config/{mod id}/{config name}.json5 (closes #12).
    • This should not be a breaking change as I am not aware of any mods registering multiple configs currently.
  • Switch to fabric-api mod ID in dependencies block (closes #10).
  • Enable split source sets (closes #14).
  • Identify config managers by (MOD_ID, CONFIG_NAME) rather than by just (CONFIG_NAME) (closes #15).
  • Allow List<?> config fields (closes #11).
  • The reset button next to each config field now resets to the default value, rather than the value the field had when
    the config screen was opened.

V1.2.2-build.2+1.21.1

13 Dec 16:46
f559b06
Compare
Choose a tag to compare

Fix dependency logic

V1.2.2+1.21.4

13 Dec 16:20
4c91f63
Compare
Choose a tag to compare

Update to 1.21.4

V1.2.1-build.2+1.21.3

13 Dec 16:35
2e644e2
Compare
Choose a tag to compare
  • Change dependency logic (closes #8)