Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|