-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
2 changed files
with
7 additions
and
5 deletions.
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,4 +1,6 @@ | ||
* Readded Forge support (1.20.6 and 1.21.1) | ||
* Improved compatibility with mods which don't render into the batching buffer while batching | ||
* Fixed text shadow layering issues when resource pack fonts are rendered | ||
* Fixed text display see through text rendering (Text is now visible) | ||
* Added support for 1.21.2/1.21.3 | ||
* Dropped support for 1.20.5/1.20.6 | ||
* Fixed wolf collar rendering order | ||
* 1.21.2+ only: Rewrote fast buffer upload to have less overhead in high (1000+) FPS scenarios | ||
* 1.21.2+ only: Deprecated the ImmediatelyFast batching API. Mojang added basic batching into the DrawContext class. ImmediatelyFast now uses and extends this system, so the custom API is no longer needed. To migrate your mod, simply remove all calls to the ImmediatelyFast batching API and make sure to use the DrawContext for your HUD rendering. | ||
* 1.21.2+ only: Made experimental universal HUD batching more efficient |
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