EntityCulling icon indicating copy to clipboard operation
EntityCulling copied to clipboard

Using async path-tracing to hide Tiles/Entities that are not visible

Results 32 EntityCulling issues
Sort by recently updated
recently updated
newest added

Probably similar to #144. ``` java.lang.ClassCastException: class twilightforest.client.renderer.entity.RenderTFTinyFirefly cannot be cast to class dev.tr7zw.entityculling.mixin.RenderLivingEntityAccessor (twilightforest.client.renderer.entity.RenderTFTinyFirefly and dev.tr7zw.entityculling.mixin.RenderLivingEntityAccessor are in unnamed module of loader 'RFB-Launch' @247d8ae) at RFB-Launch//net.minecraft.client.renderer.entity.RenderManager.handler$zbf000$entityculling$doRenderEntity(RenderManager.java:531) at RFB-Launch//net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java) at...

Crash Log : [crash-2024-03-20_14.09.49-client.txt](https://github.com/tr7zw/EntityCulling/files/14665449/crash-2024-03-20_14.09.49-client.txt)

With just this mod, the beacon's beam will be culled because the expected format in the config's whitelist is wrong. According to the line [here](https://github.com/tr7zw/EntityCulling/blob/1.12/EntityCulling-Forge/src/main/java/dev/tr7zw/entityculling/CullTask.java#L68), the block entity whitelist in...

legacy

So far I'm really happy with this mod, it greatly improves performances on a world with a lot of signpictures. I just have a question, is the mod supposed to...

legacy

After a random amount of time, this happened after about 30-40 mins of playing, i get a crash with chromaticraft, EntityCulling is trying to cull the lightning ball entity that...

legacy

The soul bead item from Quark when used produces an entity (quark:soul_bead) that emits particles and moves towards the nearest nether fortress. With the Entity Culling mod, the entity is...

using entityculling-fabric-1.6.7 and botania-1.20.1-446-FABRIC

The axolotls sometimes faces the wrong way while they swims. ![2024-08-22_21 48 14](https://github.com/user-attachments/assets/40645b53-dc23-4bfa-a700-6e18b95b0ce9) ![2024-08-22_21 48 28](https://github.com/user-attachments/assets/a7020597-320e-49c0-8dbe-94e7df7e196f) When I pull them out onto land, they return to their normal state, but...

Chiselled blocks from the mod Chisel and bits are unaffected by the block entity culling. A screenshot showing the setup: ![image](https://github.com/user-attachments/assets/a0d11c9f-f0ec-448a-a450-27feb4d8a890) A screenshot showing the entity culling not working on...