Skip to content

Tags: FoundationGames/sodium-fabric

Tags

0.1.1-ebe-mods-patch

Toggle 0.1.1-ebe-mods-patch's commit message
Merge branch '1.16.x/next' of https://github.com/comp500/sodium-fabric

because yes

0.1.1-ebe-patch

Toggle 0.1.1-ebe-patch's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new: Add smooth lighting for paintings (CaffeineMC#553)

Painting light is calculated using WorldRenderer#getLightmapCoord unlike traditional Entity Rendering hence it's not covered by it's current implementation. This commit calculates the light using Sodium's EntityLighter and redirects it. Fixes CaffeineMC#90.

mc1.16.3-0.1.0

Toggle mc1.16.3-0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jellysquid3 JellySquid
Update to Minecraft 1.16.3

mc1.16.1-0.1.0

Toggle mc1.16.1-0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jellysquid3 JellySquid
fix: Always render entities outside the world height, fixes CaffeineM…

…C#78