-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
- fixed crash on NeoForge 20.5+ | ||
- compressed JAR even more (@rhysdh540 is a mad man) | ||
- created APIs for 3rd-party integrations with Zume (other mods that integrate with Zume should only use these API classes from now on - a future update will obfuscate non-API classes in order to further reduce JAR size) | ||
- created APIs for 3rd-party integrations with Zume (other mods that integrate with Zume should only use these API classes from now on) | ||
- added ProGuard optimization & obfuscation to further reduce JAR size (once again with great help from @rhysdh540) | ||
- many internal refactors | ||
- further improvements to overall system stability and other minor adjustments have been made to enhance the user experience |