tildejustin / planifolia

speedrunning sodium via mixins
MIT License
0 stars 2 forks source link

E number bug #4

Closed SG4-Yaris closed 4 months ago

SG4-Yaris commented 4 months ago

with with without without With planifolia the E number always shows: -1/all entities instead of: entities on screen/all entities

I use all mods from the allowed list except krypton in version 1.17.1

tildejustin commented 4 months ago

this is very intentional and has been a staple of 1.16.1 sodium for years (https://github.com/Minecraft-Java-Edition-Speedrunning/sodium/commit/5a1b3767c3601bd79b5b0d4fa857781507e73e2f); it only does this when entity culling is on. With entity culling on, the behavior of e-ray is different, and since it's not like vanilla, it is disabled.

SG4-Yaris commented 4 months ago

So I just turn on entity culling and then it works? Oh and how do I do that? I dont need it for runs just thought it was a bug or something as it didn't seem intentional

tildejustin commented 4 months ago

a toggle for entity culling is available in the sodium options on the title screen, added to the vanilla menu at the bottom when in a world, and standardsettings has the ability to modify it as well.

SG4-Yaris commented 4 months ago

Ok thanks a lot