Skip to content

Commit

Permalink
fix: Fix event bus initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Aug 22, 2024
1 parent 0ab0b8e commit a938ea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import static io.github.steveplays28.stevesrealisticsleep.StevesRealisticSleep.config;

@Mod(StevesRealisticSleep.MOD_ID)
@Mod.EventBusSubscriber(modid = StevesRealisticSleep.MOD_ID)
public class StevesRealisticSleepNeoForgeEventHandler {
@SubscribeEvent
public static void onSleepingTimeCheck(@NotNull SleepingTimeCheckEvent event) {
Expand Down

0 comments on commit a938ea9

Please sign in to comment.