Entity Culling Fabric/Forge

Entity Culling Fabric/Forge

80M Downloads

Culling breaks Botania mana burst rendering

Hubry opened this issue ยท 1 comments

commented

Mana bursts are spawned inside mana spreaders, which makes them get instantly culled. Because they get culled, they no longer move on the client side, which makes them invisible to the client. (The bursts render purely through particles spawned on the clientside)

The entity id is botania:mana_burst, if you want to whitelist them by default.

commented

Whitelisting the entity did fix it. Not sure how the mana burst is implemented to fail like this otherwise.