Skip to content

Commit

Permalink
fix: add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 2, 2024
1 parent 7d25bc8 commit c00442d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

import net.minecraft.client.Minecraft;
import net.minecraft.world.entity.LivingEntity;
import net.neoforged.api.distmarker.Dist;
import net.neoforged.bus.api.SubscribeEvent;
import net.neoforged.fml.common.Mod;
import net.neoforged.neoforge.event.entity.living.LivingEvent;
import net.zepalesque.redux.Redux;
import net.zepalesque.redux.client.event.hook.KeyHooks;
import net.zepalesque.redux.config.ReduxConfig;
import net.zepalesque.redux.event.hook.QuicksoilHooks;

@Mod.EventBusSubscriber(modid = Redux.MODID, value = Dist.CLIENT)
public class ClientMobListener {

@SubscribeEvent
Expand Down

0 comments on commit c00442d

Please sign in to comment.