HomeJavaModsBetter Seats

Better Seats is a Fabric performance mod for Minecraft 26.3-snapshot-3. Mojang calls the new seat entity a Cushion in code. Large builds can contain thousands of these entities, so their per-frame rendering and synchronized server checks become visible costs.

Optimizations

Vanilla 26.3 already batches model draw calls by texture. Better Seats does not replace that renderer or claim extra draw-call savings; it targets the per-entity allocation and model-submit work that remains before each batch is uploaded.

Configuration

On first launch, the mod creates config/better-seats.properties:

batch-render-submissions=true
skip-static-model-reset=true
max-render-distance=0
stagger-support-checks=true

Set max-render-distance to 16 through 512 blocks to enable the visual distance tradeoff, or leave it at 0 for vanilla behavior. Restart the game or server after changing the file. skip-static-model-reset only affects the batched path; set it to false to retain vanilla pose setup while testing batch compatibility. The client batch and server staggering can be disabled independently.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more