FoundationGames / EnhancedBlockEntities

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.
GNU Lesser General Public License v3.0
236 stars 59 forks source link

[BUG] Invisible chests, enderchests and shulkerboxes in 1.21 #239

Open Past1glia opened 3 months ago

Past1glia commented 3 months ago

Hello,

As described in the titles chests, enderchests and shulkers are fully invisible or partially invisible in some cases.

I am using simply optimized with some QoL mods i added myself with Fast better grass and the attached vanilla tweaks resource pack.

logs for the mods. logs.txt

VanillaTweaks_r954386_MC1.21.x.zip

Hopefully you can help me get to the issue.

shulker being half invisible image

dstrzelec commented 2 months ago

I am having the same issue. I am using Fabulously Optimized, 6.0.0-beta.6.

BillCipher345 commented 2 months ago

I have the exact same issue, not using FO, but i do use some QOL mods, tho i dont think they cause it. They way i found to maket them visible is by disabling and reanble smooth lighting on chests/shulker boxes/e chests, and it fixes for all block entities that have thay problem. I even posted on discord but no one seems to see it there.

Past1glia commented 2 months ago

@BillCipher345 @dstrzelec someone on discord figured out that the issue is with ModernFix (Version 5.19.0) dynamic resources. disabling them fixes this issue. I want to make an issue on that mods git too but don't have any reliable way to trigger it..

BillCipher345 commented 2 months ago

@Past1glia tyty, i didnt see it on dc

Past1glia commented 2 months ago

it was on SO discord not this mods discord forgot to mention that

BillCipher345 commented 2 months ago

it was on SO discord not this mods discord forgot to mention that

Huh?

dstrzelec commented 2 months ago

@Past1glia Thanks! I disabled Dynamic Resources and will see if it helps.

NerdieBirdieYT commented 2 months ago

Tried disabling Dynamic Resources in ModernFix and still ran into this issue. When I opened chests, the opening lid texture did not appear (the lid went invisible while the chest was open). I've noticed chests randomly turning invisible, too, requiring me to reload textures.

BillCipher345 commented 2 months ago

Thats a problem with the new sodium version that came out, to fix that, use this: https://github.com/CommandGenius/EnhancedBlockEntities/tree/1.21

U need to build it with gradle tho, it isnt merged to the regular ver yet.