- Fixed experimental screen batching on NeoForge and (Lex)Forge
- Reset shader color when force drawing the current batch (Fixes rendering issue with Detail Armor Bar mod)
- Render entity vertex buffer at the end of screen rendering (Fixes issues with mods which use the Iceberg tooltip rendering API)
- Added mechanism to allow resource packs with modified core shaders to declare compatible features
- 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.
- Fixed mod compatibility with Xaeros Minimap
- Render entity vertex buffer at the end of screen rendering (Fixes issues with mods which use the Iceberg tooltip rendering API)
- Draw current batch when mods modify the model view matrix (Fixes PneumaticCraft armor icons being rendered in the wrong place)
- Made horse armor layering fix compatible with modded horse armor
- Added mechanism to allow resource packs with modified core shaders to declare compatible features
- Made horse armor layering fix compatible with modded horse armor
- Added mechanism to allow resource packs with modified core shaders to declare compatible features
- 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.
- Made horse armor layering fix compatible with modded horse armor
- Added mechanism to allow resource packs with modified core shaders to declare compatible features
- 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.
- This is the last release for Minecraft 1.19-1.19.2. Minecraft 1.19-1.19.2 support is now discontinued
- Made horse armor layering fix compatible with modded horse armor
- 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.
- 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)