Recoleta

Quick rating

Recoleta

No reviews yet

A pure memory reduction mod for Minecraft

No Theme
No Genre
QoL & Tweaks
Performance & Optimization
Mod Loaders
Forge
NeoForge
Fabric
Quilt
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
Recoleta-fabric-1.21.1-0.2.2.jar

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

Recoleta

The mod ports the spirit of two JDK 25 JEPs into the running game without requiring a JDK 25 runtime:

JEP Native scope (JDK 25) Recoleta port Domain
519 - Compact Object Headers Shrinks every object header from 12 B to 8 B Encodes dominant Minecraft value data into compact primitive forms so typical per-instance footprint drops from 24-56 B to 8 B Header/value packing
521 - Generational Shenandoah Adds young/old generations to a low-pause concurrent GC Uses generational reuse pools, bounded per-tick reference draining, and heap-pressure callbacks to mimic low-pause locality inside the game loop Pooling and pressure-aware cleanup

Additional reduction paths

  • Bounded LRU with soft-reference values for cache-like workloads
  • Weak interning for repetitive strings to reduce duplicate heap copies
  • Thread-local reusable position/vector carriers for hot loops
  • Idle-time slack trimming for long-lived expandable buffers
  • Heap-pressure notifications wired to proactive eviction/reclaim callbacks
  • Per-render-style particle cap (below vanilla 16384) to reduce client memory spikes
  • Path collision caching now uses compact packed keys to reduce heavy key churn.
  • Path stepping reuses mutable vector slots to avoid transient vector allocations.
  • Spawn-distance checks use scalar math to avoid temporary geometry objects.
  • Hot spawn-position loops reuse mutable coordinate carriers instead of repeatedly allocating.
  • Small-NBT paths right-size backing maps for common tiny payloads.
  • NBT-load paths repack freshly-decoded compounds so loaded tags carry no slack.
  • Empty list-tag containers start with a small backing array sized for typical few-entry payloads (enchantments, lore, modifier lists).
  • Capability comparison short-circuits per-entry to avoid building two full tag snapshots on every item-stack equality check.
  • Chunk streaming packets start their block-entity list at a small capacity instead of the default 10-slot one.

Each reduction reports its hit count via the /recoleta memory status command so operators can verify a tuning is actually active.

Configuration

All toggles live in config/recoleta-memory.toml (Forge config). Edit at runtime; values are re-read on every access.

tips

Some changes are destructive, and I cannot guarantee that they will work well with all mods.

For the current release, any issues related to sable,Sinytra Connector,lithium and its derivatives will not be accepted, and compatibility with ModernFix and FerriteCore should be maintained.

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

~30,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