altrisi

Results 71 issues of altrisi

### Please ensure: - [X] The bug is caused by Refined GitHub. It doesn't happen if I disable the extension. - [X] The bug happens after clearing extension cache. The...

bug
help wanted

First thing to note is that it won't be considered a library and will therefore be shown even with libraries hidden, but also the icon, name and description will be...

bug
help wanted

Lithium replaces the `sin` and `cos` methods in `MathHelper`, the only two places that access its `SINE_TABLE` array. That means that the array is unused after that, however it is...

T-enhancement

Updated version of #291. Mixin options up-to-date with 5e2bc96fbe9d039a7953b4fc2b46e7064fc81b57. Only missing the maven to get the library from and maybe some further testing.

The example mixin (only one present) being client-side only (in `client` section) is error prone, given if you trust it to be the regular mixin array you may end up...

enhancement

In my case, the entire `.cache` folder is only used for that single file, and it's annoying to have it there knowing it's only used for that. I'd expect Buildship...

a:new-feature

This PR prevents access widener load from initializing the MappingResolver just to get the current runtime namespace. Initializing the MappingResolver causes all mappings to be loaded into memory (if they...

The initialization seems to happen in GameProviderHelper#deobfuscate, in the call to mappingConfig.matches.

In a regular Java conditional, if you do something like this: ```java if (cheapCheck() && expensiveCheck()) ``` `expensiveCheck()` will only run if `cheapCheck()` evaluates to `true` (and with `||` only...

enhancement

This pull request adds a Spanish translation, and adapts `StringUtil.capitalize` slightly to be able to support its leading punctuation (`¡`). `StringUtil` will now search for the first letter or number...