Skip to content

Commit

Permalink
feat: little things...
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 11, 2025
1 parent dfa66a6 commit 223e3ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.LivingEntity;
import net.neoforged.api.distmarker.Dist;
import net.neoforged.api.distmarker.OnlyIn;
import net.neoforged.bus.api.SubscribeEvent;
import net.neoforged.fml.common.EventBusSubscriber;
import net.neoforged.neoforge.event.entity.living.LivingEvent;
Expand All @@ -13,6 +14,7 @@
import net.zepalesque.redux.config.ReduxConfig;
import net.zepalesque.redux.event.hook.QuicksoilHooks;

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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 223e3ad

Please sign in to comment.