aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java
AgeCommit message (Collapse)Author
2024-08-10meta: give internal names to pets in the pet xp share screen (#1306)NopoTheGamer
2024-07-13Fix spirit pet not working in croesus overlay (#1238)NopoTheGamer
2024-06-14meta: Add 2024 Balloon Hat to the ItemResolutionQuery (#1212)jani270
2024-04-20meta: Fix Tonic Potion in ItemResolutionQuery (#1105)jani270
2024-04-15meta: Fix Item Resolution Query not working correctly for dungeon potions ↵jani270
(#1093)
2024-04-10Add Potions to ItemResolutionQuery (#1067)jani270
2023-08-05Added unique rune to the itemresolutionquery (#801)jani270
2023-06-19Fix hot potato book being parsed as potato (#722)Roman / Linnea Gräf
2023-06-13Added new party hat sloth to item resolution query (#718)jani270
2023-05-31DungeonNPCProfitOverlay: make use of ItemResolutionQuerys id by name … (#700)Roman / Linnea Gräf
DungeonNPCProfitOverlay: make use of ItemResolutionQuerys id by name resolvers
2023-05-19Bazaar wrong internal name (#697)hannibal2
Fixed multiple problems in resolveEnchantmentByName Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-24Museum: Display hydrated items for items taken outside of the repo (#621)Roman / Linnea Gräf
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2022-10-31Added the ability for abicases to work (#399)NopoTheGamer
* Added the ability for abicases to work * this was a bug i noticed once
2022-10-04Translate Hypixel to NEU ids (#332)Roman / Linnea Gräf
2022-09-23Pet overlay fixes (#290)NopoTheGamer
* fixed pet overlay going to level 100 * fixed transparent pet and equip overlay not using the special texture fixed pet overlay showing a pet when you remove your pet * made pet overlay show the current stats of your pet * Fixed pet overlay showing Until level 100.0 * Fixed pet stats not showing decimal * Made pet overlay show xp to next level * 2.1.md slight smile * Try to generify pet lore replacements a tiny bit Also move pets page to use the same code as the pet overlay Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nea <romangraef@gmail.com>
2022-09-23probably game changing rng meter changes (#295)hannibal2
* probably game changing rng meter changes * Updating the rng score with data from repo. This is needed since hypixel doesn't show the exact values for selected items. (Only 3k instead of 3,100)
2022-09-09Fix item resolution query crashing on some enchant books (#262)Roman / Linnea Gräf
2022-09-08Add item ids to Books in more places (#256)Roman / Linnea Gräf
* Add item ids to Books in more places Add item ids to Enchanted Books in the Bazaar and in the Experimentation Table. Add ItemResolutionQuery as a new way to query items and item ids. Co-authored-by: romangraef <roman.graef@gmail.com> * Update 2.1.md * Infer found a bug that already existed before. * add support for animated crab hats Co-authored-by: hannibal00212 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo <noahogno@gmail.com>