Packages have placeholder textures when Sodium is present
quat1024 opened this issue ยท 0 comments
Packages's block- and item-model retexturing magic depends on a working implementation of the venerable Fabric Rendering API. At this time, Sodium has a stubbed implementation of FRAPI, which means Packages's models look like this:
You can work around this issue by doing one of the following:
- removing Sodium,
- adding Indium,
- waiting for Sodium to implement FRAPI