Potions do not render correctly with "Faithless" resource pack
AngryFIlly888 opened this issue ยท 10 comments
Bug Description
Potion item textures in the Faithless Pack are completely broken when using any version after 0.5.11
Reproduction Steps
Install any version of sodium after 0.5.11 and enable Faithless texture pack for relevant game version.
Log File
Crash Report
The latest release is 0.6, and the question is whether it's still broken on that version. The issue might have been fixed between 0.6 beta-2 and 0.6.
that is because I took the log from the broken one. Why would I give the log of the working version?
The resource pack is modifying Core Shaders (see file rendertype_entity_translucent_cull.vsh
), which are not supported.
Unfortunately, because the author also disabled the warnings for incompatible shader packs, Sodium did not correctly warn you that things would render incorrectly.
You can fix the problem yourself by modifying the resource pack's config file assets/minecraft/shaders/config.txt
and disabling the option Potion_Variants
.