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
228 stars 52 forks source link

Decorated pot appears invisible when Sodium is installed #213

Closed muzikbike closed 3 weeks ago

muzikbike commented 3 weeks ago

Other block entities that are enhanced seem to work fine - this appears to be a decorated pot issue only. Issue is not present with only EBE installed, or only Sodium installed. 2024-06-05_23 26 33 2024-06-05_23 26 46

FoundationGames commented 3 weeks ago

Cannot reproduce this issue in 1.20.4 or 1.20.6. As stated on the mod's README and Modrinth/CurseForge pages, make sure you have Indium installed when using with Sodium.

muzikbike commented 3 weeks ago

Wasn't Indium as a requirement deprecated in recent versions or am I misreading things?

FoundationGames commented 3 weeks ago

The FAQ section of the mod pages are outdated, the developers behind Sodium no longer seem to have plans or a priority for built-in Fabric Rendering API support. You will need Indium when using Sodium with most mods that use advanced block models for the foreseeable future.

muzikbike commented 3 weeks ago

Gotcha. Can confirm this is no longer an issue with Indium installed.