Missing 0.5px on drive cell models
RuiXuqi opened this issue ยท 2 comments
Describe the bug
How to reproduce the bug
Place ME Drive and put any Storage Cells with model update into it
Expected behavior
Fill the gap with leds or cell backdrop
Additional details
No response
Which minecraft version are you using?
1.21
On which mod loaders does it happen?
NeoForge
Crash log
The status LED ist rendered by the code. In the base texture the pixel is black. Since the code only paints over half of the bottom pixel you cannot have that pixel black in the base texture. I've tried to set that pixel to a copy of the top left pixel and that seems to work.
I can make a PR for that, but I'd like to hear @Ridanisaurus opinion first as I'm not an artist.