- Fixed JourneyMap graphical issues
- Fixed item durability bar render order
- Changed the versioning of ImmediatelyFast. The minor version is now incremented with every Minecraft update. The patch version is incremented with every ImmediatelyFast release. This aims to group all releases for a specific Minecraft version together. It also allows for more frequent releases because I can do a release for a single Minecraft version instead having to accumulate enough changes to justify a release for all supported versions.
- Draw current batch when mods render stuff on their own (Fixes graphical issues with mods which don't use DrawContext for HUD rendering)
- Fixed chat screen rendering issue if experimental screen batching is enabled
- Fixed HUD batching graphical issues on NeoForge
- Avoid brittle injections (Might reduce crashes caused by mod incompatibilities)
- Draw current batch when mods render stuff on their own (Fixes graphical issues with mods which don't use DrawContext for HUD rendering)
- Fixed chat screen rendering issue if experimental screen batching is enabled
- Fixed HUD batching graphical issues on NeoForge
- Fixed item rendering issues on (Lex)Forge
- Avoid brittle injections (Might reduce crashes caused by mod incompatibilities)