aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/cowtipper/cowlection/search
AgeCommit message (Collapse)Author
2020-12-17Various small, code inspection related changesCow
2020-09-24Fix crash caused by another, outdated and buggy mod which sadly too many ↵Cow
people still use - Switch to using reflections instead the vanilla's GuiContainer#getSlotUnderMouse method because a still frequently used but outdated version of another mod somehow deletes that method - also switched to Forge's ReflectionHelper
2020-09-24Config (gui) reworkCow
- Completely re-done the config gui (`/moo config`) - Improved SkyBlock dungeon party finder - Improved SkyBlock dungeon performance overlay - Improved handling of invalid/missing Hypixel API key - minor text fixes
2020-08-04Added optional initial search query parameter to /moo searchOlli
+ minor text fixes
2020-07-28Renamed package to match cowtipper.deCow