viciscat

Results 27 issues of viciscat

So this is probably not the first issue regarding shaders but when you use shaders you see double and it seems like the shader rendering is based on where i'm...

- Fixed hidden bars rendering when it felt like it - Made it so if the health or xp fancy bar are removed, their vanilla counterpart come back ![image](https://github.com/SkyblockerMod/Skyblocker/assets/51047087/1dbba212-b484-455f-85de-5e6ba93440ac) ![image](https://github.com/SkyblockerMod/Skyblocker/assets/51047087/829887ac-e1c6-4a50-a122-1b27a36e7a5c)

bug
reviews needed
bleeding edge

Notifications for events! Yay!! Upcoming events tab! ![image](https://github.com/SkyblockerMod/Skyblocker/assets/51047087/c39804e6-deaa-4f15-a55c-0515e6d26244) Notifications themselves! ![image](https://github.com/SkyblockerMod/Skyblocker/assets/51047087/37bb053b-0df8-49e3-9026-6fb1cbc3f7c2) Config! ![image](https://github.com/SkyblockerMod/Skyblocker/assets/51047087/66a6d99e-125d-4138-a4ae-8649c46daca0) also there's a debug command to show a toast cuz why not

new feature
reviews needed
bleeding edge

- fix #687 - make fluboxer happy

bug
merge me please
high priority
bleeding edge

quick review before diana leaves forever and ever ‼️‼️ ‼️ look at dev chat to see a video

tester needed
bleeding edge

- Changed Show Announcement so it uses Title Container for consistency - Unused imports cleanup

merge me please

_"well i would just say change as less as possible but whatever" - kevin_ # what the heck is this This is the hud system rewritten for better or for...

new feature
reviews needed
tester needed

Pretty simple PR, I think Things to note: - Java doc is a bit quaint because I thought it was useless to copy paste the original methods - an `entry(key,...

Adding something like [Map#ofEntries](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Map.html#ofEntries(java.util.Map.Entry...)) to the fastutil maps would be neat in my humble opinion. Right now you gotta do ugly stuff like `Int2ObjectMaps.unmodifiable(new Int2ObjectOpenHashMap(Map.ofEntries(...)))` I could make a PR...

Changed `lastSlotId` to `slotCount` in the `createAndAdd` method of `SlotRanges` The mapping made sense up until the enderchest where the method looked like this ```java createAndAdd(list, "enderchest.", 200, 27); ```...