CurseForge · Minecraft mod
Item Frame Cache for Items & Maps
Keep huge Minecraft map walls and floors visible beyond server item-frame tracking distance, with persistent map caching, optimized RAM usage, and fully client-side Fabric support.
Quick answer
Which Item Frame Cache for Items & Maps release matches Fabric?
Item Frame Cache for Items & Maps ItemFrameCache-2.0.0-Minecraft-26.x.jar targets 26.1, 26.1.1, 26.1.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Item Frame Cache for Items & Maps required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Item Frame Cache for Items & Maps ItemFrameCache-2.0.0-Minecraft-26.x.jar need?
ItemFrameCache-2.0.0-Minecraft-26.x.jar on Fabric. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Item Frame Cache for Items & Maps without breaking your instance.
Built for Item Frame Cache for Items & Maps ItemFrameCache-2.0.0-Minecraft-26.x.jar on Fabric. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use ItemFrameCache-2.0.0-Minecraft-26.x.jar. It targets 26.1, 26.1.1, 26.1.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside ItemFrameCache-2.0.0-Minecraft-26.x.jar. It opens that exact file at the source.
About this project
What does Item Frame Cache for Items & Maps add?
Item Frame Cache
Item Frame Cache is a lightweight client-side Fabric mod designed for very large map walls, map floors, and other displays made from filled maps placed in item frames.
In vanilla Minecraft, item frames are entities. When you move beyond the server's entity tracking distance, those frames can disappear even though the surrounding terrain is still visible.
Item Frame Cache solves this by remembering filled-map item frames after they have been rendered once and keeping them visible when the server stops tracking those entities.
Starting with version 1.5.0, the mod also includes a persistent map data cache, allowing map pixel data received from multiplayer servers to be stored locally and reused when the server no longer provides it.
Features
- Keeps filled maps visible beyond the server's item frame tracking distance
- Designed for huge map walls and map floors with hundreds or thousands of maps
- Persistent map data cache for multiplayer servers
- Cached map data can survive disconnects and game restarts
- Server-provided map data always takes priority over cached data
- Item frame positions remain session-only to prevent stale or ghost maps
- Optimized RAM usage for very large map displays
- LRU + soft-reference memory management for cached map data
- Asynchronous disk reading and writing
- Automatic detection and removal of corrupted cache files
- Automatic cleanup of old cached map data
- Configurable render distance
- Optional frustum culling
- Fully client-side
- Compatible with vanilla servers
- No server installation required
- No Fabric API required
How It Works
When a filled map in an item frame is rendered normally by Minecraft, Item Frame Cache remembers the required render state.
If the server later stops sending that item frame because you move outside its tracking range, the cached render state can continue to be displayed by the client.
Map pixel data received from multiplayer servers is also stored locally. If Minecraft later needs that map data and the server is no longer providing it, Item Frame Cache can restore it from the local cache.
Vanilla data always has priority. When updated map information is received from the server, it replaces the locally cached data.
If a map is removed from an item frame while the client can detect the change, the cached frame is immediately invalidated.
Memory Optimization
Item Frame Cache is designed specifically with very large displays in mind.
Persistent map data uses a limited in-memory cache. By default, only a configurable number of map states are strongly retained in RAM, while additional cached maps can be released by Java when memory is needed and loaded again from disk when required.
Cached item frame render states are also stripped of unnecessary rendering information whenever possible, reducing memory usage when thousands of maps are retained.
Configuration
The mod creates:
config/itemframecache.properties
Default settings:
Properties
render_distance_blocks=512
frustum_culling=true
persistent_map_cache=true
map_cache_memory_entries=512
map_cache_max_age_days=180
log_cache_stats=false
Project description from CurseForge.
Pick your setup
Item Frame Cache for Items & Maps by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.11-snapshot
1 loader build1.21.11
1 loader build1.21.10
1 loader build1.21.9-snapshot
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6-snapshot
1 loader buildShowing the newest 12 of 24 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Item Frame Cache for Items & Maps versions and loaders
ItemFrameCache-2.0.0-Minecraft-26.x.jar
1 Sept 2026
ItemFrameCache-2.0.0-Minecraft-1.21.2-1.21.8.jar
1 Sept 2026
ItemFrameCache-2.0.0-Minecraft-1.21.9-1.21.11.jar
1 Sept 2026
ItemFrameCache-2.0.0-Minecraft-1.21-1.21.1.jar
1 Sept 2026
ItemFrameCache-1.5.0-Minecraft-1.21-1.21.1-FINAL.jar
23 Aug 2026
ItemFrameCache-1.5.0-Minecraft-1.21.2-1.21.8-FINAL.jar
23 Aug 2026
ItemFrameCache-1.5.0-Minecraft-1.21.9-1.21.11-FINAL.jar
23 Aug 2026
ItemFrameCache-1.5.0-Minecraft-26.x-Universal-FINAL.jar
23 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.