branchpanic / stockpile

A Minecraft mod all about storage.
MIT License
10 stars 5 forks source link

1.15 lighting oddities #92

Closed branchpanic closed 2 years ago

branchpanic commented 4 years ago

Probably won't get this fixed for the 1.15.1 release since my main focus for that is just getting the features reimplemented. But it looks like barrel item lighting is, for some reason, tied to the direction the player is looking in. Enabling "GUI lighting" before drawing the item results in a similar effect, but it behaves slightly differently

branchpanic commented 4 years ago

The issue seems to be caused by squishing down the item too far. My guess is that it messes up the normals or something along those lines.