Applied Energistics 2

Applied Energistics 2

137M Downloads

Missing 0.5px on drive cell models

RuiXuqi opened this issue ยท 2 comments

commented

Describe the bug

image
image
The cell models miss 0.5px.

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

https://pastebin.com/mw9Atr4n

commented

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.