Skip to content

Commit

Permalink
Fix EventBusSubscriber annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Nov 2, 2024
1 parent 2c59fa6 commit 73cfbd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import mod.acgaming.universaltweaks.config.UTConfigGeneral;
import mod.acgaming.universaltweaks.config.UTConfigTweaks;

@Mod.EventBusSubscriber
@Mod.EventBusSubscriber(modid = UniversalTweaks.MODID)
public class UTModernKnockback
{
@SubscribeEvent
Expand Down

0 comments on commit 73cfbd5

Please sign in to comment.