promotional bannermobile promotional banner

Camera Culling

Client-side FPS optimization mod that culls occluded mobs, tile entities, particles, and sign text behind walls with zero heap allocations.
Back to Files

VO: Camera Culling 1.5.0+26.2

File namevanilla-outsider-camera-culling-1.5.0+26.2.jar
Uploader
DasikIgaijinDasikIgaijin
Uploaded
Sep 25, 2026
Downloads
4
Size
106.8 KB
Mod Loaders
Fabric
File ID
8972748
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:camera-culling-1700558:8972748"

Learn more about Curse Maven

What's new

[1.5.0+26.2]

Added

  • Two-Tier Entity Immunity Blacklist (Client & Server Admin Enforcement):
  • Client Personal Blacklist: Saved locally in config/camera-culling.json (clientBlacklist: []). Players can add specific entity types (e.g. minecraft:wolf, minecraft:allay) they never want to be culled.
  • Server Admin Blacklist: Configured in config/camera-culling-server.json (serverBlacklist: []). Server administrators / OPs can enforce server-wide immunity for specific mobs across all connected clients.
  • Strict Server Authority: Server-blacklisted entities are mandatory immune on all clients; players can add additional personal entities on top.
  • Full Immunity Scope: Blacklisted entities are completely exempt from block occlusion culling, crowd overdraw culling, and distance texture LOD downscaling.
  • In-Game Commands (Strict ResourceLocations):
  • /cameraculling blacklist add <entity_id> — Add entity to personal immunity blacklist (e.g. minecraft:wolf).
  • /cameraculling blacklist remove <entity_id> — Remove entity from personal immunity blacklist.
  • /cameraculling blacklist list — List all personal blacklisted entity types.
  • /cameraculling blacklist clear — Clear personal blacklist.
  • /cameraculling serverblacklist add <entity_id> — Add entity to server-wide immunity blacklist (OP/admin).
  • /cameraculling serverblacklist remove <entity_id> — Remove entity from server-wide immunity blacklist.
  • /cameraculling serverblacklist list — List all server-wide blacklisted entity types.
  • /cameraculling serverblacklist clear — Clear server-wide blacklist.

---

This mod has no additional files