JellySquid

Results 23 issues of JellySquid

Currently, other mods must use mixins to add/modify settings in the Video Settings screen. This is problematic, because the mixin targets are very fragile and break frequently with any minor...

T-enhancement
A-mods
S-blocked

Sodium does not currently support any language other than English, as the translation files do not exist for them. However, the mod is widely downloaded in other countries, where the...

S-blocked
A-accessibility

Since we use our own custom style for the video settings screen, we do not automatically benefit from vanilla supporting the feature. There is a pull request which seems to...

S-nyi
A-accessibility

Unfortunately, since the translation strings are closely tied into the resource pack system, none of the text is available until late initialization. And since the early startup messages (used for...

S-blocked
A-accessibility

This was previously implemented in Sodium 0.2 (or so), but was removed for being a huge kludge. It would be useful to abstract out the current block rendering pipeline so...

T-enhancement
P-low

Sodium requires that all neighbor chunks are present before it will notify the renderer of a chunk's existence. This means that it isn't possible to have the renderer forcefully render...

T-enhancement
A-vanilla-parity

There is currently a branch [here](https://github.com/CaffeineMC/sodium-fabric/tree/experiment/quad-pulling) which implements vertex pulling for quad geometry. This has already enabled a number of significant advantages: - We can more efficiently pack the vertex...

T-enhancement

Sodium currently does not ever attempt to compact the geometry buffers used by render regions. Since we cannot predict the amount of memory a given area of the world is...

T-bug
P-high

Paste services contribute to significant "rot" on the issue tracker, for two reasons: - Most paste services will automatically delete uploads after some time, and even when they provide an...

T-enhancement
F-good-first-issue

Sometimes, users will upload JVM crash logs, and these unfortunately contain the full list of arguments passed to the Java process. This can include the user's access token, which could...

good first issue
area: bots