Skip to content

Commit b6449bb

Browse files
committed
Release 1.3.6
1 parent 123ee84 commit b6449bb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
* (1.21.2+) Fixed AppleSkin graphical issue (The exhaustion bar is now correctly displayed)
2-
* (1.21.4) Fixed crash when enabling the sign buffering optimization on NeoForge
3-
* (1.21.4) Readded (Lex)Forge support
4-
* Improved thread stacktrace logging (It now uses the correct logger)
1+
* Draw current batch when mods render stuff on their own (Fixes graphical issues with mods which don't use DrawContext for HUD rendering)
2+
* Fixed chat screen rendering issue if experimental screen batching is enabled
3+
* Fixed HUD batching graphical issues on NeoForge
4+
* Fixed item rendering issues on (Lex)Forge
5+
* Avoid brittle injections (Might reduce crashes caused by mod incompatibilities)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ reflect_version=1.3.4
1414

1515
maven_group=net.raphimc
1616
maven_name=ImmediatelyFast
17-
maven_version=1.3.6-SNAPSHOT+1.21.3
17+
maven_version=1.3.6+1.21.3

0 commit comments

Comments
 (0)