Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-26 | Rework terminal click marking to fix an edge case | Aaron | |
2024-04-26 | YACL 3.4.1 and Fabric API 0.97.6 | Aaron | |
2024-04-26 | Fix the exotic tooltip showing up incorrectly due to ARGB | Aaron | |
2024-04-26 | Fix Croesus profit | Aaron | |
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-26 | Fix "What starts with" terminal solver | Aaron | |
2024-04-26 | array list | viciscat | |
2024-04-26 | possible fuel bar flicker fix | viciscat | |
2024-04-26 | Fix ItemUtils test with my own items | Aaron | |
2024-04-26 | Cleanup references to ExtraAttributes and fix a bug relating to it | Aaron | |
2024-04-26 | Fix Nukekubi Head Highlight | Aaron | |
2024-04-26 | very swag one line fix | vicisacat | |
2024-04-26 | replace all hasEnchantments with hasGlint | vicisacat | |
2024-04-26 | Update item components data version | Aaron | |
2024-04-26 | Replace usages of MathHelper#clamp with Java 21's Math#clamp | Aaron | |
2024-04-26 | Refactor usages of Optional's orElseThrow to getOrThrow | Aaron | |
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-26 | fix long short grass thing | vicisacat | |
2024-04-26 | Disable QuickNav NBT editing | Aaron | |
2024-04-26 | Fix HUD Layering finally! | Aaron | |
Also improves the HudRenderEvents implementation to be less fragile | |||
2024-04-26 | Fix dungeon floor icons having a rave | Aaron | |
2024-04-26 | Fix shortcuts scrollbar X position | Aaron | |
2024-04-26 | Fix Custom PF rendering separators and headers | Aaron | |
2024-04-26 | Fix Fancy PF crash | Aaron | |
2024-04-26 | Update to YACL 3.4.0 | Aaron | |
2024-04-26 | Fix backpack preview | Aaron | |
2024-04-26 | Fix xp level rendering with fancy bars | Aaron | |
2024-04-26 | Handle removal/flattening of the ExtraAttributes tag | Aaron | |
The tag doesn't exist anymore, the data is no longer "nested" under it. | |||
2024-04-26 | 1.20.5 | Aaron | |
2024-04-26 | Use after main hud render event to fix F3 layering bug | Aaron | |
2024-04-26 | Simplify armour trim caching | Aaron | |
2024-04-26 | Use Virtual Threads for updating the image repo | Aaron | |
This blocks threads for quite some time so its best if we use virtual threads to allow other processes to do work. | |||
2024-04-26 | Refactor MobGlow and MobBoundingBoxes to use pattern matching | Aaron | |
2024-04-26 | Replace double braced map init with Util.make | Aaron | |
Double braces aren't good and run a risk of causing memory leaks | |||
2024-04-26 | 1.20.5-rc3 | Aaron | |
2024-04-26 | 1.20.5-rc2 & use correct YACL version | Aaron | |
2024-04-26 | Refactor pattern matching null cases to be shared with default | Aaron | |
Didn't know you could do this | |||
2024-04-26 | Refactor HandledScreenProviderMixin with pattern matching | Aaron | |
Also reformatted to use tabs because changing the tabs I used for the switch cases to spaces would've taken ages | |||
2024-04-26 | Port custom AH | Aaron | |
2024-04-26 | Set Mixin compatibility level to Java 21 | Aaron | |
2024-04-26 | Add null cases for pattern matching | Aaron | |
Apparently default doesn't cover it... why? I don't know | |||
2024-04-26 | 1.20.5-pre1 | Aaron | |
2024-04-26 | Port animated dyes & temp disable mixin | Aaron | |
2024-04-26 | More Pattern Matching | Aaron | |
This is not everything. | |||
2024-04-26 | Fix custom crafting table | Aaron | |
2024-04-26 | Pattern Matching! | Aaron | |
2024-04-26 | 24w14a & Java 21 | Aaron | |
2024-04-26 | 24w13a | Aaron | |
2024-04-26 | Tweak Item Rarity Backgrounds functionality | Aaron | |
2024-04-26 | Use Object2ObjectOpenHashMap | Aaron | |
2024-04-26 | Dev environment support for the Armour Trim Cache | Aaron | |
2024-04-26 | Add more item component data fixers | Aaron | |