aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/garden
AgeCommit message (Expand)Author
2023-12-08Feature: Only warn for certain crops for Jacobs contest (#656)Obsidian
2023-12-08Use LorenzToolTipEvent over ItemTooltipEvent if possible.hannibal2
2023-12-05Added Delicate 5 to visitor drop counter and visitor block refuse and highlig...hannibal2
2023-12-05No longer sending contest data to elite close to new year.hannibal2
2023-12-05show a text around new year that the calendar data are not loaded for the nex...hannibal2
2023-12-05GardenNextJacobContest now uses SimpleTimeMark. SimpleTimeMark is storable in...hannibal2
2023-12-05hide wrong new jacob contest times around new year, created calculateBoostedC...hannibal2
2023-12-05code cleanuphannibal2
2023-12-05Replaced ItemWarnEntry with VisitorReward. This should fix some errors.hannibal2
2023-12-04Internal Change: Regex To Pattern in BazaarApi, CropAccessoryData, andDicerRn...Walker Selby
2023-12-04Fix Consecutive Spaces in RegEx (#665)Walker Selby
2023-12-02Highlight boosted crop in Jacob's Contests (#752)alexia
2023-12-01utilizing location.add(x = x)hannibal2
2023-12-01Add: Draw Plot border when holding Sprayonator (#747)HiZe_
2023-11-30code cleanuphannibal2
2023-11-30Mark infected plot names and world border in the world.hannibal2
2023-11-30Fixed Mooshroom cow Perk display not showing when maxed.hannibal2
2023-11-30Fix migration (#743)Walker Selby
2023-11-30Made the no pest spawned yet message more clear.hannibal2
2023-11-30romanToDecimalIfNeeded -> romanToDecimalIfNecessary (See https://chat.openai....hannibal2
2023-11-30Changed OwnInventoryItemUpdateEvent to be called synced to main thread.hannibal2
2023-11-30Using DelayedRun more oftenhannibal2
2023-11-30Migrate Integer to Enums in Config #727Walker Selby
2023-11-28Fixed visitor timer counting down too fast sometimes.hannibal2
2023-11-28Fixed showing garden outside in scoreboard immediately after teleporting to a...hannibal2
2023-11-28Fixed pest detection when more than 3 pests are spawned at once.hannibal2
2023-11-28Fixed Pest Spray Display showing outside garden.hannibal2
2023-11-28Fixed Locust pest not getting detected in damage indicator.hannibal2
2023-11-28Update total equipment fortune (#736)alexia
2023-11-28Hide Composter Overlay in composter inventory while Estimated Item Value is s...hannibal2
2023-11-28Press key to warp to the nearest plot with pests on it.hannibal2
2023-11-27Fixed /tp <plot name> not working with uppercase characters.hannibal2
2023-11-27Fixed pest kill detection. Show configure plot hint only if data is incorrect.hannibal2
2023-11-27Mark the plots with pests on them in the world.hannibal2
2023-11-26garden grammar fixeshannibal2
2023-11-26Don't hide messages from Jacob (#728)alexia
2023-11-26Added PestFinderhannibal2
2023-11-26disabled mouse lock on pest spawn warphannibal2
2023-11-26Added GardenPlotAPI, support for detecting the current slot of the playerhannibal2
2023-11-26/sethome needs no unlockhannibal2
2023-11-26Automatic unlocking /shmouselock when teleporting in the garden.hannibal2
2023-11-26Added Garden only commands /home, /barn and /tp, and hotkeys.hannibal2
2023-11-26removed debughannibal2
2023-11-26better error handlinghannibal2
2023-11-26fixed formattinghannibal2
2023-11-26Show the pests that are attracted when changing the selected material of the ...hannibal2
2023-11-26Added SprayTypehannibal2
2023-11-26Added PestType enumhannibal2
2023-11-26Replaced SkyHanniMod.feature.garden with GardenAPI.confighannibal2
2023-11-26Internal Change: Refactor JsonObjects to be in data package (#680)Walker Selby