aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/commands/repo/ReloadRepoCommand.java
AgeCommit message (Collapse)Author
2022-05-31Move repository related configuration to GUI. (#151)Roman / Nea
2022-05-28added config saving (#149)NopoTheGamer
* i am unsure why this was here but it doesnt seem needed * saving config when closing menus with configs * Chatting
2022-05-06Item Shop Recipes (#118)Roman / Nea
* first draft of item shop PR * add teleporter navigation because i can * fix teleporter navigation because apparently i cant * navigation gui basics * :pushpin: and removed some unused shit and added myself to devtest command * track / untrack + ery texture Co-Authored-By: RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> * consoom the event * fix crash in ItemShopRecipe.java + fetch repository * i am so sorry jani * on second thought, this entire thing was a bit untested * more recipe stuff * make navigation actually good * make pins dissapear if you not a waypoint * npc parsing * save file * different file saving * remove message * Warping... (to deez nuts) * move shit around Co-authored-by: jani270 <jani270@gmx.de> Co-authored-by: RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2022-02-27feat: improve formating :)IRONM00N
2022-02-18Move commands to separate classes (#82)ThatGravyBoat