Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Oct 23, 2024
1 parent 8284e7e commit e49d7f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ reflect_version=1.3.4

maven_group=net.raphimc
maven_name=ImmediatelyFast
maven_version=1.2.22-SNAPSHOT+1.20.6
maven_version=1.3.0+1.20.6

0 comments on commit e49d7f3

Please sign in to comment.