Sodium Extra causes beacons to end on max build limit + FPS counter and coords in extras are rendered when F3 is open
ImGRUI opened this issue ยท 8 comments
Make sure you are not opening a duplicate.
- I have searched the issue tracker and did not find an issue describing my bug.
Minecraft version.
1.20.1
Sodium Extra version.
0.5.4
Sodium version.
0.5.8
What happened?
When Sodium Extra is installed, beacons end at the build limit (256 for nether and end, 320 for overworld), not at a much higher height than it should be. Issue also persists with single fog on. 2nd issue described in Additional Information.
Relevant log.
With Sodium Extra:
With only sodium and FAPI:
Additional information.
2nd issue with FPS counter and coords:
Perhaps it is worth adding an option to change the beam height of the beacon, starting from the world limit and increasing it as a percentage.
I ran into this problem when I made a large wall of multicolored beacon, but my road is on y 240 in the nether, because of this, the building looks very bad
You can temporarily add render.block.entity=false
at .minecraft/config/sodium-extra.properties
to disable this. It also disables beacon beam, piston and enchanting table toggles.
Caused by
You can temporarily add
render.block.entity=false
at.minecraft/config/sodium-extra.properties
to disable this. It also disables beacon beam, piston and enchanting table toggles.Caused by
I dont mean to necropost, but I tried adding that to my sodium-extra.properties and the issue is still there for me (I can't update my sodium extra because I am still on 1.20.1)
Is there something else I should do?