aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt
AgeCommit message (Expand)Author
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ChatUt...Thunderblade73
2023-12-29Created LorenzRarity.isAtLeast()hannibal2
2023-12-29Fix mushrooms being counted with Common/Uncommon Mooshroom Cow Pet (#849)alexia
2023-12-16Created PetAPI.isCurrentPet.hannibal2
2023-12-10Feature: Refined Jyrre Boost Timer (#783)Walker Selby
2023-12-02Highlight boosted crop in Jacob's Contests (#752)alexia
2023-11-30Using DelayedRun more oftenhannibal2
2023-11-26Replaced SkyHanniMod.feature.garden with GardenAPI.confighannibal2
2023-11-26Internal Change: Refactor JsonObjects to be in data package (#680)Walker Selby
2023-11-22Extract isOtherTool checks to a list (#726)Walker Selby
2023-11-22Internal Change: Reformat Code to match .editorconfig (#628)Walker Selby
2023-11-22Using visitor amount from repo to calculate the green thumb bonus in /ff.hannibal2
2023-11-19Using IslandType.isInIsland morehannibal2
2023-11-19Internal Change: Auto-Prefix Chat Messages (#622)Walker Selby
2023-11-18Fixed Mooshroom Cow pet perk still not working.hannibal2
2023-11-17Created PetAPI and deprecated String.matchRegex()hannibal2
2023-11-05no more hidden stuff: renamed "config" and "hidden" to "storage" when working...hannibal2
2023-10-21code cleanuphannibal2
2023-10-21Backend: Serialise all constants and add repo error messages and status (#605)CalMWolfs
2023-10-21better repo error handlinghannibal2
2023-10-20Internal Changes: getInternalName Pt 1 (#546)Walker Selby
2023-10-17Hiding a bunch of garden guis in a bunch of garden inventories.hannibal2
2023-09-29Random Code Cleanup (#516)Walker Selby
2023-09-27removed wildcards from importshannibal2
2023-09-15moved garden level into garden apihannibal2
2023-08-27Merge pull request #402CalMWolfs
2023-08-09Changing internalName to getInternalName_old, and getInternalName_new to inte...hannibal2
2023-08-07replace enum.getEntries() to enum.entries and using .addSelector<Enum>hannibal2
2023-08-02added bing hoe supporthannibal2
2023-07-25We do love LorenzTickEvent nowhannibal2
2023-07-25Using LorenzWorldChangeEvent everywherehannibal2
2023-07-04isVecInside support for LorenzVec, and added isPlayerInsidehannibal2
2023-06-17made barn area a bounding box (#237)CalMWolfs
2023-05-29Fortune guide - Mostly done (#160)CalMWolfs
2023-05-22Use getItemInHand()hannibal2
2023-05-18added profile specific config supporthannibal2
2023-05-12Visitor drop counter (#103)CalMWolfs
2023-04-30Moved cropsPerSecond map into GardenCropSpeedhannibal2
2023-04-30Added and used CropClickEvent to fix wrong cactus blocks per second valueshannibal2
2023-04-28Removed cultivating requirements from crop milestone display, best crop time ...hannibal2
2023-04-28FF for Contest - Show the minimum needed Farming Fortune for reaching a medal...hannibal2
2023-04-26Auto-detecting tool in hand when joining gardenhannibal2
2023-04-26Added command /shclearcropspeed - Manually reset all crop speed data.hannibal2
2023-04-20Added support for hoe counter and cultivating ove 1bhannibal2
2023-04-17+ Added Composter Overlay - Show cheapest items for organic matter and fuel, ...hannibal2
2023-04-13added composter empty timehannibal2
2023-04-12Fixed NPE crashhannibal2
2023-04-12Rename util methodshannibal2
2023-04-11Add support for more garden toolshannibal2
2023-04-11Farming fortune display (#34)appable