Releases: viral32111/events
Releases · viral32111/events
0.5.0
Updated to Minecraft 1.21.4 (requires Java 21).
- Rewrote mixins for
PlayerEnterPortal
&PlayerCompleteAdvancement
callbacks to be compatible with Minecraft 1.21.4. - Fixed exceptions thrown by unsafe
Optional.get()
calls onAdvancement.display
/AdvancementFrame
properties. - Stopped logging advancements that wouldn't be announced in chat.
0.4.3
Fixed advancement title bug.
Fixed typo in example player chat message callback listener.
Updated Fabric Loom to 1.3 & Gradle to 8.2.
0.4.2
Added player complete advancement callback.
Updated Fabric API to 0.85.0 & Fabric Language Kotlin to 1.9.6.
0.3.5
Fixed bug from testing that caused other player enter portal callback listeners to not run.
0.3.4
Updated to Minecraft 1.20.1 & Kotlin 1.8.22.
Added events for player gaining experience & player changing dimension.
0.3.3
Update to 1.20 and disable player block/entity attack/use callbacks.
0.3.2
Bump to trigger CI publish.
0.3.1
Example listeners for built-in Fabric API callbacks.