File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ reflect_version=1.3.4
1414
1515maven_group =net.raphimc
1616maven_name =ImmediatelyFast
17- maven_version =1.3.6-SNAPSHOT +1.21.3
17+ maven_version =1.3.6+1.21.3
You can’t perform that action at this time.
0 commit comments