sodium-extra icon indicating copy to clipboard operation
sodium-extra copied to clipboard

Sodium Extra causes beacons to end on max build limit + FPS counter and coords in extras are rendered when F3 is open

Open ImGRUI opened this issue 2 years ago • 3 comments

Make sure you are not opening a duplicate.

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:

image

Log: https://mclo.gs/Uv6141T

With only sodium and FAPI:

image

image

Log: https://mclo.gs/jWQZQEG

Additional information.

2nd issue with FPS counter and coords:

image

ImGRUI avatar Feb 16 '24 15:02 ImGRUI

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.

ItzSkyReed avatar Feb 20 '24 16:02 ItzSkyReed

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

ItzSkyReed avatar Feb 20 '24 16:02 ItzSkyReed

Occurs on 1.20.4 as well

mrjasonn avatar Feb 22 '24 13:02 mrjasonn

Occurs on 1.20.5

ItzSkyReed avatar Apr 26 '24 20:04 ItzSkyReed

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 https://github.com/FlashyReese/sodium-extra-fabric/blob/cdb15d75cdca99813b17b4e64c47000940009f8b/src/main/java/me/flashyreese/mods/sodiumextra/mixin/render/block/entity/MixinBeaconBlockEntityRenderer.java#L36

FlashyReese avatar Apr 27 '24 01:04 FlashyReese

Thanks!

ItzSkyReed avatar Apr 27 '24 03:04 ItzSkyReed

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

https://github.com/FlashyReese/sodium-extra-fabric/blob/cdb15d75cdca99813b17b4e64c47000940009f8b/src/main/java/me/flashyreese/mods/sodiumextra/mixin/render/block/entity/MixinBeaconBlockEntityRenderer.java#L36

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) image

Is there something else I should do?

dbrighthd avatar May 25 '24 07:05 dbrighthd

Oh it seems putting mixin.render.block.entity=false fixed it (putting mixing. before it)

dbrighthd avatar May 25 '24 07:05 dbrighthd