Skip to content

Conversation

@VinnyGalassi
Copy link
Contributor

@VinnyGalassi VinnyGalassi commented Dec 8, 2025

Changes proposed in this pull request:

Closes #8502
In this PR, I am fixing an issue with the Logistical Transporter’s traveling item overlay ("transporter box") always rendered using a grey tint instead of the sorter-assigned color.

The root cause was that ModelTransporterBox#renderToBuffer ignored the color parameter passed from the renderer and instead hardcoded the tint to 0xFFFFFFFF. This was causing all transporter boxes to appear identical with a light gray box color regardless of the filter color actually being used.

I tested the solution in a dev environment and everything was working correctly after the fix.

@VinnyGalassi
Copy link
Contributor Author

Screenshot 2025-12-07 at 10 54 17 PM Screenshot 2025-12-08 at 12 55 52 AM Here are screenshots as well of the before and after.

@pupnewfster pupnewfster added this to the 10.7.18 milestone Jan 4, 2026
@pupnewfster pupnewfster merged commit 8ffb872 into mekanism:1.21.x Jan 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Items in transports do not show correct colour boxes when assigned

2 participants