V1.0.0 (Quilt 1.20.2)
on Oct 28, 2023V1.0.0 (Fabric 1.20.2)
on Oct 28, 2023V1.0.0 (Forge 1.20.2)
on Oct 28, 2023Rewrite on Architectury. Not backwards-compatible (see README).
V0.6.2 [1.20.2]
on Sep 28, 2023Changelog
- Fix the mouse scroll event for 1.20.2
V0.6.1 [1.19-1.19.2]
on Jul 24, 2023V0.6.1 [1.19.3]
on Jul 24, 2023V0.6.1 [1.19.4]
on Jul 24, 2023V0.6.1 [1.20.1]
on Jul 24, 2023V0.6.0 [1.20.x]
on Jun 7, 2023Changelog
JamLib has been updated to 1.20-rc1. This release will most likely work on the 1.20 release when it comes.
Breaking Changes
JamLibContentRegistry
now usesRegistryKey<ItemGroup>
rather thanItemGroup
, in line with Minecraft and Fabric API changes.
V0.6.0 [1.19.4]
on Mar 16, 2023Changelog
Update to 1.19.4
.
V0.6.0 [1.19.3-1.19.4]
on Jan 8, 2023Changelog
Support for 1.19-1.19.2 is back, along with 1.19.3 of course!
Features
- Add a logger that is only active in development environments.
- Automatically register entity attributes for entity types registered through JamLib.
- Add
JamLibCompatibilityModuleHandler
. JamLibLogger
now takes varargs to it's logging methods.- Use SL4J rather than Log4J.
- Add JavaDoc.
- More overhauls.
V0.6.0 [1.19-1.19.2]
on Jan 8, 2023Changelog
Support for 1.19-1.19.2 is back, along with 1.19.3 of course!
Features
- Add a logger that is only active in development environments.
- Automatically register entity attributes for entity types registered through JamLib.
- Add
JamLibCompatibilityModuleHandler
. JamLibLogger
now takes varargs to it's logging methods.- Use SL4J rather than Log4J.
- Add JavaDoc.
- More overhauls.
V0.5.2 [1.19.3]
on Dec 13, 2022V0.5.1 [1.19.3]
on Dec 7, 2022Changelog
This release ports JamLib to 1.19.3, and drops active support for other 1.19 releases.
V0.5.0 [1.19.x]
on Oct 24, 2022Changelog
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.x]
on Aug 15, 2022Changelog
Features
- Allow
SoundEvent
s,RecipeSerializer
s, andRecipeType
s to be registered. - Add a
Util
class.
Closed issues: None.
V0.4.3 [1.19]
on Aug 13, 2022V0.4.2 [1.19]
on Aug 3, 2022Changelog
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]
on Jul 28, 2022Changelog
Features
- Add a new type of keybinding,
JamLibHoldKeybind
.
Closed issues: None.
V0.4.0 [1.19]
on Jul 27, 2022Changelog
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.