Releases: JamCoreModding/jamlib
Releases · JamCoreModding/jamlib
V0.5.0 [1.19.x]
Changelog
Features
- Add
MouseScrollCallback.
Fixes
- Prefix mod ID to initialize messages.
- Add logging for dev features.
- Switch to QM on intermediary.
Removals
- Removed JamLib config reload command.
Closed issues: None.
V0.4.4 [1.19]
Changelog
Features
- Allow
SoundEvents,RecipeSerializers, andRecipeTypes to be registered. - Add a
Utilclass.
Closed issues: None.
V0.4.3 [1.19]
V0.4.2 [1.19]
Changelog
Features
- Add
/jamlib version. - Add
/jamlib config reload, to reload config changes from the disk without restarting.
Closed issues: None.
V0.4.1 [1.19]
Changelog
Features
- Add a new type of keybinding,
JamLibHoldKeybind.
Closed issues: None.
V0.4.0 [1.19]
Changelog
Features
- Infer some config strings (title, enum values) if a translation is not present.
- Automatically agree to the EULA in development environments (can be disabled).
- Automatically use offline mode in development environments (can be disabled).
Fixes
- Fix networking crashing on dedicated servers.
- Update to Loom 0.12 to fix issues with Netty dependencies.
- Update all other dependencies to their latest versions.
Closed issues: None.
V0.3.2 [1.19]
Changelog
Features
- Return the backing keybind when registering JamLib keybinds.
Closed issues: None.
V0.3.1 [1.19]
Changelog
Features
- Add a method overload to send an empty packet with JamLib network channels.
Closed issues: None.
V0.3.0 [1.19]
Changelog
Features
- Allow using your own username and skin in dev environments using the
jamlib.dev.session.username
andjamlib.dev.session.uuidproperties. - Add a nice way to register and listen to keybinds.
Closed issues: None.
V0.2.0 [1.19]
Changelog
BREAKING CHANGE: Artifact specifier has been changed from jam-lib to jamlib.
Features
- Add the annotation
@BlockItemFactoryto allow registry classes to construct their own block items. - Add the annotation
@WithoutBlockItemto allow blocks to opt out ofBlockItemconstruction. - Add a simple networking API that reduces the amount of boilerplate code needed to send packets.
Fixes
ScreenHandlerTypes can now be registered.- Fix an incorrect method call in the registry.
Closed issues: None.