[1.20.1] Lighting is baked incorrectly for rotated item models
baileyholl opened this issue ยท 1 comments
Sword model from 1.19, geckolib 3 with correct lighting:
1.20.1/geckolib 4
Item models with incorrect lighting. The book with rotated (2nd), book without rotations and correct lighting (third) sword with incorrect lighting, unchanged from 1.19/g3 (4th)
Item model file: https://github.com/baileyholl/Ars-Nouveau/blob/1.20/src/main/resources/assets/ars_nouveau/models/item/enchanters_sword.json
Sword geo model:
https://github.com/baileyholl/Ars-Nouveau/blob/1.20/src/main/resources/assets/ars_nouveau/geo/sword.geo.json
Reproduce with any geckolib geo item:
Make item model without rotations
Make item with dramatic rotations for GUI
Expected: should render with brightness from the same angle for both items like in 1.19
Differing rendertypes don't matter, the only reproduction is to take the same item model and remove rotations, and it will render with correct vanilla lighting again.