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
232 stars 58 forks source link

Sodium 0.6.0-beta.1 Rendering Error #247

Open LordEnder-Kitty opened 3 weeks ago

LordEnder-Kitty commented 3 weeks ago

Sodium 0.6.0-beta.1 released yesterday for 1.21.x and it claims to have added proper support for the Fabric Rendering API and most mods should no longer require Indium. This mod says it requires Indium if used with sodium, so, you would think that it shouldn't need it now. But I'm getting a visual glitch when rendering opening container block entities (shulker boxes, chests, etc.). image

LordEnder-Kitty commented 3 weeks ago

it is a beta, so, this could just be an oversight on their end, but thought I should mention it somewhere.

BillCipher345 commented 2 weeks ago

I have the same problem, does installing indium fixes the problem?

EDIT: I installed indium but sodium seems to disable it...

MeeniMc commented 1 week ago

See https://github.com/FoundationGames/EnhancedBlockEntities/pull/246

Unfortunately at this point you'd need to build EBE yourself until this gets merged

BillCipher345 commented 1 week ago

Huh? If i just build it it wont work

Maple0474 commented 1 week ago

Just built it and it works fine, make sure you downloaded the correct fork by CommandGenius (as MenniMc said it's not yet merged)

BillCipher345 commented 1 week ago

Oh ok, just build with gradle?

Maple0474 commented 1 week ago

yeah

BillCipher345 commented 1 week ago

Thank u, ill try it.

BillCipher345 commented 1 week ago

Tysm! It works!