Skip to content

Commit

Permalink
boop 12
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Jan 24, 2024
1 parent 03756b4 commit df8a63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/kyanite/deeperdarker/DeeperDarker.java
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public static void addLayers(final EntityRenderersEvent.AddLayers event) {
}

@Mod.EventBusSubscriber(modid = MOD_ID, bus = Mod.EventBusSubscriber.Bus.FORGE, value = Dist.CLIENT)
public static class LockoutTwoClient {
public static class DeeperDarkerForgeClient {
@SubscribeEvent
public static void keyInput(final InputEvent.Key event) {
if(Keybinds.BOOST.consumeClick()) Messages.INSTANCE.sendToServer(new PacketSoulElytraBoost());
Expand Down

0 comments on commit df8a63b

Please sign in to comment.