VO: Camera Culling 1.5.0+26.2
Curse Maven Snippet
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

