aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2024-04-26Pluralize the mixin and accessor packagesAaron
2024-04-26Update various dependenciesAaron
2024-04-26Render the item protection star in backpack previewAaron
Also fixes a missing space infront of a bracket
2024-04-26Rework terminal click marking to fix an edge caseAaron
2024-04-26YACL 3.4.1 and Fabric API 0.97.6Aaron
2024-04-26Fix the exotic tooltip showing up incorrectly due to ARGBAaron
2024-04-26Fix Croesus profitAaron
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
2024-04-26Fix "What starts with" terminal solverAaron
2024-04-26array listviciscat
2024-04-26possible fuel bar flicker fixviciscat
2024-04-26Cleanup references to ExtraAttributes and fix a bug relating to itAaron
2024-04-26Fix Nukekubi Head HighlightAaron
2024-04-26very swag one line fixvicisacat
2024-04-26replace all hasEnchantments with hasGlintvicisacat
2024-04-26Update item components data versionAaron
2024-04-26Replace usages of MathHelper#clamp with Java 21's Math#clampAaron
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
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.
2024-04-26fix long short grass thingvicisacat
2024-04-26Disable QuickNav NBT editingAaron
2024-04-26Fix HUD Layering finally!Aaron
Also improves the HudRenderEvents implementation to be less fragile
2024-04-26Fix dungeon floor icons having a raveAaron
2024-04-26Fix shortcuts scrollbar X positionAaron
2024-04-26Fix Custom PF rendering separators and headersAaron
2024-04-26Fix Fancy PF crashAaron
2024-04-26Update to YACL 3.4.0Aaron
2024-04-26Fix backpack previewAaron
2024-04-26Fix xp level rendering with fancy barsAaron
2024-04-26Handle removal/flattening of the ExtraAttributes tagAaron
The tag doesn't exist anymore, the data is no longer "nested" under it.
2024-04-261.20.5Aaron
2024-04-26Use after main hud render event to fix F3 layering bugAaron
2024-04-26Simplify armour trim cachingAaron
2024-04-26Use Virtual Threads for updating the image repoAaron
This blocks threads for quite some time so its best if we use virtual threads to allow other processes to do work.
2024-04-26Refactor MobGlow and MobBoundingBoxes to use pattern matchingAaron
2024-04-26Replace double braced map init with Util.makeAaron
Double braces aren't good and run a risk of causing memory leaks
2024-04-261.20.5-rc3Aaron
2024-04-261.20.5-rc2 & use correct YACL versionAaron
2024-04-26Refactor pattern matching null cases to be shared with defaultAaron
Didn't know you could do this
2024-04-26Refactor HandledScreenProviderMixin with pattern matchingAaron
Also reformatted to use tabs because changing the tabs I used for the switch cases to spaces would've taken ages
2024-04-26Port custom AHAaron
2024-04-26Set Mixin compatibility level to Java 21Aaron
2024-04-26Add null cases for pattern matchingAaron
Apparently default doesn't cover it... why? I don't know
2024-04-261.20.5-pre1Aaron
2024-04-26Port animated dyes & temp disable mixinAaron
2024-04-26More Pattern MatchingAaron
This is not everything.
2024-04-26Fix custom crafting tableAaron
2024-04-26Pattern Matching!Aaron
2024-04-2624w14a & Java 21Aaron
2024-04-2624w13aAaron
2024-04-26Tweak Item Rarity Backgrounds functionalityAaron
2024-04-26Use Object2ObjectOpenHashMapAaron