promotional bannermobile promotional banner

ImmediatelyFast

Speed up immediate mode rendering in Minecraft

File Details

ImmediatelyFast 1.3.0

  • R
  • Oct 23, 2024
  • 441.52 KB
  • 11.1K
  • 1.20.6+1
  • Forge

File Name

ImmediatelyFast-Forge-1.3.0+1.20.6.jar

Supported Versions

  • 1.20.6
  • 1.20.5

Curse Maven Snippet

Forge

implementation "curse.maven:immediatelyfast-686911:5838243"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • 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