Fabricators-of-Create / Porting-Lib

A collection of utilities for porting mods from Forge to Fabric.
Other
113 stars 33 forks source link

[1.20.1] Porting Lib causes some diagonal texture blocks to be too dark #124

Closed TelepathicGrunt closed 1 week ago

TelepathicGrunt commented 3 weeks ago

See my Bumblezone's candle flame being too dark. And Region Unexplored's plants also being too dark. This took me a while to figure out the problem in AoF 7 modpack.

With Porting Lib: image

Without Porting Lib: image

Idk how Porting Lib is breaking the shading on our blocks but whatever it is doing, it's... wrong lol

IThundxr commented 3 weeks ago

This sounds like https://github.com/Fabricators-of-Create/Create/issues/1259

TelepathicGrunt commented 3 weeks ago

I did not have create on. I only had Porting Lib. Enabling and disabling Porting Lib alone causes and stops the issue image

TelepathicGrunt commented 3 weeks ago

image Looks like tropheus found the issue in Porting Lib

IThundxr commented 3 weeks ago

Could you give https://mvn.devos.one/#/snapshots/io/github/fabricators_of_create/Porting-Lib/models/2.3.5-beta.34+1.20.1 a try? It should be fixed with this version of the models module

TelepathicGrunt commented 3 weeks ago

that jar does seem to fix the issue