Age | Commit message (Collapse) | Author |
|
Remove obsolete suppress warnings
|
|
|
|
|
|
|
|
revert if you think this is stupid
|
|
|
|
|
|
Fixes and things
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fixes a missing space infront of a bracket
|
|
|
|
|
|
For some reason it checked the item's name previously by turning the NBT
to a string and running .contains bruh then I ported it to lore thinking
it'd be same as the actual croesus helper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mojang's method is more concise and provides far superior error messages
incase the value isn't present (like why it happened) whereas with
Optionals its just the standard value not present message.
|
|
|
|
|
|
Also improves the HudRenderEvents implementation to be less fragile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The tag doesn't exist anymore, the data is no longer "nested" under it.
|
|
|
|
|
|
This blocks threads for quite some time so its best if we use virtual
threads to allow other processes to do work.
|
|
|