Sodium

Sodium

35M Downloads

Apply normals and base color/light values from BakedQuad data

jellysquid3 opened this issue ยท 1 comments

commented

Sodium currently ignores much of the data in BakedQuad because vanilla itself does not use it. However, some Forge mods rely on being able to specify this data from the model data. This includes:

  • The normals, which affects how lighting is calculated.
  • The base color, which is then mixed into the block tint and lighting color.
  • The light values, which is primarily used for emissive lighting (added to the received light from the world.)
commented

Partially resolved in 353771e.