embeddedt / embeddium

An open-source client performance mod for Minecraft (based on Sodium 0.5.8) prioritizing reliability & mod compatibility
https://legacy.curseforge.com/minecraft/mc-mods/embeddium
GNU Lesser General Public License v3.0
184 stars 65 forks source link

Water cauldrons do not show water, but other liquids work fine #336

Closed vinnyg0621 closed 1 month ago

vinnyg0621 commented 1 month ago

Bug Description

when I put some water in a cauldron, it looks empty. but it acts as if there's still water in it. but the water does not show in a water cauldron at any level. it works fine with all other liquids like lava, milk, & colored water. 2024-07-05_21 39 02 2024-07-05_21 40 08 2024-07-05_21 40 31 2024-07-05_21 40 49

Reproduction Steps

  1. Place a cauldron
  2. fill it with water
  3. the water will not be there, so it will look empty

Log File

latest.log

embeddedt commented 1 month ago

Please remove Redirector and see if the issue still occurs. If it still happens, please try to narrow down what set of mods are needed to reproduce the issue - there is way too much installed here for me to guess. You may wish to start by searching for the log messages from Embeddium-MixinTaintDetector, and removing the mods noted there, but the culprit may not be listed there.

vinnyg0621 commented 1 month ago

well, I see something in the log that says "Block minecraft:water_cauldron had its color provider replaced and will not use per-vertex coloring" and I did remove redirector and it still doesn't render!

embeddedt commented 1 month ago

The water cauldron works fine in a standalone instance, so it is some type of mod conflict. Per-vertex coloring doesn't need to be in use for water to still render in it.

embeddedt commented 1 month ago

Closing as there are far too many mods installed to action this issue; please reopen/comment if you are able to isolate to a specific minimal set of mods.