promotional bannermobile promotional banner

Entity Culling Fabric/Forge

Using async path-tracing to hide BlockEntities/Entities that are not visible
Back to Files

1.11.0-26.1.2 - NeoForge

File nameentityculling-neoforge-1.11.0-mc26.1.2.jar
Uploader
tr7zwtr7zw
Uploaded
Sep 19, 2026
Downloads
291
Size
1.4 MB
Mod Loaders
NeoForge
File ID
8924437
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:entityculling-448233:8924437"

Learn more about Curse Maven

What's new

What's Changed

New Contributors

Note

This release contains a bunch of reworks around extracting the required (block)entity data on the main thread to prevent crashes with some other mods that can't handle the async looking up of data. These "correctness" fixes come at the cost of performance in the main client tick, so it is a tradeoff. In my tests, during reasonable conditions, this should take under 1ms every 5 ticks (250ms), up from ~0.5ms in the last release. This should be fine but needs general testing to better understand the impact. If you are experiencing issues, get in contact via GitHub/Discord. In case you are feeling adventurous and have a mod configuration that isn't impacted by these async access crashes, there is a safeMode flag in the config file to move all the lookups away from the main thread, removing all the overhead.

Full Changelog: https://github.com/tr7zw/EntityCulling/compare/1.10.5...1.11.0

This mod has no related projects