FramePool

Quick rating

FramePool

No reviews yet

Reuses entity render states between frames to reduce client allocation churn and garbage-collection stutter.

Tech
QoL & Tweaks
Performance & Optimization
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
framepool-0.1.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

FramePool

FramePool is a lightweight, client-side performance mod for Minecraft 1.21.11 using Fabric. It reduces memory allocation and garbage-collection stutter by reusing temporary entity render states after each completed frame.

Minecraft normally creates new render-state objects for visible entities every frame. In crowded areas—such as multiplayer hubs, villages, mob farms, and entity-heavy modpacks—this can generate thousands of short-lived objects every second. FramePool safely retains and reuses these objects, reducing unnecessary pressure on Java’s garbage collector.

FramePool does not remove entities, lower visual quality, reduce animations, alter simulation distance, or change gameplay. Each renderer receives an isolated pool, states are never reused before their frame finishes, retained memory is capped, and pools are cleared during resource reloads. Third-party entity renderers are skipped by default for safer mod compatibility.

The mod is designed to complement Sodium, ImmediatelyFast, entity-culling mods, Dynamic FPS, and other optimization mods because it targets a different part of Minecraft’s rendering process.

Features

  • Reduces entity render-state allocations
  • Helps reduce GC-related frame-time spikes
  • Most beneficial in areas containing many visible entities
  • No visual-quality or gameplay changes
  • Conservative compatibility mode enabled by default
  • Configurable state-retention limit
  • Optional reuse statistics
  • No Fabric API dependency

Installation

Install FramePool in your client instance’s mods folder alongside Fabric Loader.

FramePool is client-side only. Do not install it on the server.

Requirements

  • Minecraft 1.21.11
  • Fabric Loader 0.19.3 or newer
  • Java 21 or newer
  • Fabric API is not required

Performance improvements depend on the number of visible entities, frame rate, hardware, Java configuration, and other installed mods. Quiet scenes may show little difference, while entity-heavy environments should benefit the most.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works