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(),