From dec784217dcefb67155d6249974bf2f0824cd714 Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Sat, 20 Apr 2024 19:16:43 +0200 Subject: [PATCH] Added Hoppitys Hunt --- store/buildSkyblockCalendar.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/store/buildSkyblockCalendar.js b/store/buildSkyblockCalendar.js index 294d7703..86578b38 100644 --- a/store/buildSkyblockCalendar.js +++ b/store/buildSkyblockCalendar.js @@ -172,6 +172,15 @@ const eventTimes = { }, ], }, + HOPPITYS_HUNT: { + name: 'Hoppity\'s Hunt', + times: [ + { + start: getOffset('Early Spring', 1), + end: getOffset('Late Spring', 31), + }, + ], + }, JACOBS_CONTEST: { name: 'Jacob\'s Farming Contest', times: getJacobEventTimes(),