BuildCraft|Core

BuildCraft|Core

7M Downloads

Fluid Tanks displaying liquids as white (even with their color set)

IceDragon200 opened this issue ยท 4 comments

commented

Hello, one of the developers from Growthcraft here, I'd like to report a bug regarding fluid tanks.

See, we were building against 7.0.9 for awhile, until the "a new version is available" message started nagging me, so I updated to 7.1.13, sadly.

Fluid tanks stopped displaying our fluids correctly.
Due to the number of fluids we have, we used 1 texture (a white one) along with the Fluid#getColor to denote different fluids, sadly after upgrading our fluids are rendered as their base texture without color.

Expected (From 7.0.9)
Actual (Now 7.1.13)

In addition, I've noticed that the tanks use the downcased fluidName (Possibly Fluid#getName()) instead of unlocalized name (Fluid#getUnlocalizedName())

commented

Can confirm

commented

The culprit seems to be the CoreProxy.proxy.getServerTile(...) in RenderTank

commented
commented

Do you mean the WAILA tooltip with that? I think that is native support.