Mod ImmediatelyFast Reforged (Unofficial) by ccr4ft3r

  • ImmediatelyFast Reforged (Unofficial) by ccr4ft3r

    Speed up immediate mode rendering in Minecraft
    • 106.72 KB
    • 1.19.2
    • March 19, 2023
    • April 10, 2023
    • Miscellaneous
      Utility & QoL
    ImmediatelyFast Reforged (Unofficial)
Mod Information
NameImmediatelyFast Reforged (Unofficial)Authorccr4ft3rDescriptionSpeed up immediate mode rendering in Minecraft
InformationDownloads:
Version: 1.19.2
Size: 106.72 KB
Updated at: April 10, 2023
Created at: March 19, 2023
Tags
Miscellaneous
Utility & QoL

Join my discord for support, suggestions and discussion with others

 

ImmediatelyFast Reforged is a Forge port of the Fabric mod ImmediatelyFast. It improves the immediate mode rendering performance of the client. It is designed to be lightweight and compatible with other mods. This makes it an ideal choice for modpacks.

 

Important Notes and Requests

The original copryright owner is RaphiMC who created the Fabric version of ImmediatelyFast.

Big shoutout to gaxyll for creating the logo for me - tysm.

Please do not report issues with this port to the original owner or to their GitHub repo. Please report it to mine.
Please do not join their discord or post a comment on their mod page in order to get support for my port. Please post your questions here.

This port currently does not change any of the original optimizations. On code side the only differences are the following ones:

  • I adapted the class references and mixin injection points to match it to SRG and Forge
  • I removed one of the original embedded libraries by using the default mixin annotation classes
  • I removed some compatibility modes for two mods that does not exist for Forge.

This port is not going to support Optifine - Sorry. But you can use Rubidium and Oculus instead.

Optimizations

ImmediatelyFast Reforged generally optimizes all immediate mode rendering by using a custom buffer implementation which batches draw calls and uploads data to the GPU in a more efficient way.
The following parts of the immediate mode rendering code are optimized:

  • Entities
  • Block entities
  • Particles
  • Text rendering
  • GUI/HUD
  • Immediate mode rendering of other mods (ImmersivePortals benefits a lot from this)

It also features targeted optimizations where vanilla rendering code is being changed in order to run faster.
The following parts of the rendering code are optimized with a more efficient implementation:

  • Map rendering
  • HUD rendering
  • Text rendering

Performance

Performance should be equals to the original Fabric mod. Take a look at the original page

Compatibility

ImmediatelyFast Reforged is structured to interfere with mods as little as possible. It should work fine with most if not all mods and modpacks.

Known incompatibilities:

  • Optifine

If you encounter any issues, please report them on the Issue Tracker.