sodium-fabric icon indicating copy to clipboard operation
sodium-fabric copied to clipboard

A Fabric mod designed to improve frame rates and reduce micro-stutter

Results 281 sodium-fabric issues
Sort by recently updated
recently updated
newest added

### Request Description Build the following structure: ![2024-05-05_20 42 08](https://github.com/CaffeineMC/sodium-fabric/assets/52297970/691445f3-348f-499c-ba2c-499ecc409634) ![2024-05-05_20 42 19](https://github.com/CaffeineMC/sodium-fabric/assets/52297970/dbb37393-4d9e-4f8e-82b3-a61cd19bb61e) Now enter it in Spectator mode: ![2024-05-05_20 42 31](https://github.com/CaffeineMC/sodium-fabric/assets/52297970/48c22aba-a832-4f7a-a92e-dd87627186d3) ![2024-05-05_20 42 33](https://github.com/CaffeineMC/sodium-fabric/assets/52297970/bef4e04e-1552-41b3-83df-3c946bc290d1) You'll notice something strange pretty...

T-enhancement
S-needs-triage

### Bug Description There is a potential deadlock during worker thread stopping that is exposed by FastReset (a speedrunning mod) that I was hoping could be fixed upstream. Since FastReset...

A-mods
S-confirmed

Fixes #2460. Models optimized so far: - Stairs (straight and inner) - Hoppers (down and horizontal) - Composter - Chorus flower - Turtle eggs of stack size 4 - Candle...

Prerequisite PR: https://github.com/CaffeineMC/sodium-fabric/pull/2352 (built on top of that branch, when that PR is merged this PR will only have one differing commit) This PR makes it so that draw commands...

This pull request started out as: #2512. However this pull request only updates the existing textures in sodium. It potentially fixes: #2422 as well however I am not entirely sure...

### Request Description Please create a custom version of Vanilla Tweaks’ Better Fast Leaves for Programmer Art, using the original texture from Programmer Art to make it instead of the...

T-enhancement
S-accepted

Remade the better leaf system from scratch, and alongside that, I included an experimental waterlogging system that helps people visually see waterlogged leaves with fast graphics. What's currently included: *...

I have taken the pleasure of translating your mod into Italian. Before sending it to you, I checked the consistency with each string in the game menu. Unfortunately a couple...

### Request Description Several blocks in vanilla use models that are very unoptimized, using far more texture planes than are strictly needed to achieve said appearance. We can get a...

T-enhancement
S-accepted
F-good-first-issue

This would solve a lot of problems with code paths getting de-optimized when it encounters the `VertexConsumer` that is used for enchantment glints. Additionally, not generating additional geometry on the...

T-enhancement