aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-23DungeonNPCProfitOverlay: make use of ItemResolutionQuerys id by name resolversperf/dungeonnpcprofitoverlaynea
2023-05-19Bazaar wrong internal name (#697)hannibal2
Fixed multiple problems in resolveEnchantmentByName Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-05-18Equipment Overlay Cache (#692)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-05-05Update MutingComposter.java (#695)Roman / Linnea Gräf
2023-04-30Metal detector solution speed improvements (#690)appable
2023-04-28Extra bazaar tooltip info (#689)Stephen White
2023-04-22Make ApiUtil accept gzip encoding (#677)DeDiamondPro
2023-04-22Fix getting location from scoreboard (#678)DeDiamondPro
2023-04-22Show invalid API key notification on Request failure (#674)Lulonaut
2023-04-08Fixed NPC Prices of farming drops (#681)jani270
2023-04-07Farming overlay: Nether warts swap from alchemy xp to farming xp (#679)Ad_amko
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
2023-04-04Profit per RNGMeter fixes (#653)Vixid
Co-authored-by: Vixid <52578495+Vixid1@users.noreply.github.com>
2023-04-04Scrollable Tooltips a la text line removal. (#613)Roman / Linnea Gräf
* scrolling * Reverse scrolling * change trophy fish pv page to use the same tooltip system as the rest of the pv pages * Added the ability to use neu's tooltips instead of vanilla * Move config option * Add support for the custom tooltips * Fixed equipment overlay breaking * Fixed some guis going no * Use a new arraylist instead of modifying the old one (achievments) * fix merge conflict --------- Co-authored-by: nopo <nopotheemail@gmail.com>
2023-04-04Move overlays back behind other stuff v2 (#651)NopoTheGamer
Fix overlays not rendering over tab and stuff like on 2.0
2023-04-04Item Recipe and Usage keybinds in Storage Overlay (#654)Vixid
* Allow item recipe and usage keybinds in storage overlay * Add check for if search bar or rename field is focused
2023-04-04Change neustats back to only using modname instead of full path (#659)NopoTheGamer
change neustats back to only using modname instead of full path
2023-04-04Copy /neustats dump data to clipboard (#660)Lulonaut
This is needed because the generated data was too long for https://hst.sh/ Also adds a "copyToClipboard" extension function for String The HastebinUploader.java class is now no longer needed
2023-04-04Check for buyback slots in npc shop exporter (#662)Roman / Linnea Gräf
2023-04-04Fixed craft cost on items that cant be sold like minions (#665)NopoTheGamer
* Fixed craft cost on items that cant be sold (minions) * add config option
2023-04-04Reset the api url if its empty (#672)NopoTheGamer
kids keep deleting the api url
2023-04-04Fix Crash in experimentation table (#675)5dt1
2023-03-31are we going skiing (#676)efefury
2023-03-28Update OneConfig wrapper (#668)Wyvest
* Update NEUDelegatingTweaker.java * Update build.gradle.kts
2023-03-26Fixed 3 Hotm Perk lores (#673)jani270
2023-03-22Made it so you can use per hour instead of per minute on crops and coins (#625)Cobble8
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-18Profile Viewer fix class average counting classes above 50 (#666)efefury
2023-03-17Fixed crash when item is set to ":" in /neurename (#661)NopoTheGamer
Fixed crash when item is set to ":"
2023-03-13Improve NPC shop generator (#650)Roman / Linnea Gräf
2023-03-13Added option to disable cit while in the storage overlay for fps (#656)NopoTheGamer
2023-03-13Fix mod thinking auction errored if the item is only on bin (#657)NopoTheGamer
fix mod thinking auction errored if the item is only on bin
2023-03-13Added more warp icons (#658)jani270
2023-03-12cheapest museum item to donate (#522)Lulonaut
Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: nea <nea@nea.moe> Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com> Co-authored-by: nopo <nopotheemail@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-12Dynamic Light Items (#646)Vixid
Co-authored-by: Vixid <52578495+Vixid1@users.noreply.github.com>
2023-03-11Fixes NPE when exiting the Matriarch (#652)Vixid
Co-authored-by: Vixid <52578495+Vixid1@users.noreply.github.com>
2023-03-11Fixed builders ruler limit at 200 and tilling hoes showing blocks it wont ↵NopoTheGamer
till (#635) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-11Added prices in garden npcs (#623)NopoTheGamer
2023-03-11Custom items in /neucustomize (#609)NopoTheGamer
* should work :tm:, probably breaks other mods, needs to be added to /neurename gui * Improved compatibility with other mods probably * Added a text box to /neurename * Polish up everything * Fix skulls have durability bar * Should be everything finished * add support for metadata and skulls rendering properly * Made gui look nice * fix leather not being coloured while moving it * Fixed normal helmets not rendering * fix pumpkin not showing overlay * Fixed skulls showing as null by default on most other items * added support to randomize the subitems with ":?" * Add support for custom armour besides the head * move custom armour function * code dupe glitch * A small sign in the permanent fight against duplication of code. * clear cache on world unload --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-11Fix champion showing -1 on combat overlay if you dont have it (#647)NopoTheGamer
2023-03-11Merge pull request #624Planterror
* fixed experiments saying it's available when the wrong time is reached * NPC Buy limit timer part 1 * Cookie buff now gains more accurate info * scrapped accurate god potion * small tweaks * fix stupid mistakes I made * fixed commissions never being recognized as completed * Quest timer now shows how many quests are uncompleted * added cookie menu as place to test for cookie buff * accept review changes, add .intern to container name * proper formatting hopefully * restrict checking quest progress to crimson isle * fix election candidates counting as CI quests * paul's name twice whoops, formatting fixes * Merge pull request #2 from Plantterror/master * Fixed an NPE
2023-03-11Clean up garden stuff in CustomItemEffects (#643)NopoTheGamer
* change location to use array * move overlays to separate methods * early returns * move getting nbt to its own method * move overlays to their own methods * dont do expensive thing 4 times in a row * fix the crash
2023-03-06Fix /neudevtest useragent command (#648)Roman / Linnea Gräf
2023-03-06Fix NPE in Level Page v4 (#649)efefury
2023-03-04I hate FontRenderer. (#612)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-04Replace all commands in NEU with a brigadier implementation (#599)Roman / Linnea Gräf
2023-03-032x Powder Event support for powder tracker (#637)Vixid
2023-03-04Fixed colour formatting on sb levels >= 360 (#638)Vixid
2023-02-25Fix NPE when swapping islands (#634)NopoTheGamer
2023-02-25Magical power in SkyBlock Menu icon again (#588)hannibal2
Show magical power at accessory bag in skyblock menu. Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-25Added a warning when trying to delete a preset (#628)jani270
* Added Preset Delete Warning * Fixed copyright
2023-02-24Merge pull request #616NopoTheGamer
* Fix private island overlays not showing in garden * Added builders ruler overlay * Added scythe overlay * doube plantl * added HOE_OF_GREATEST_TILLING support