This commit is contained in:
illuc 2026-03-01 16:14:51 +02:00
parent ea2c61c8c1
commit c79377a7bf

View file

@ -5,7 +5,9 @@ import net.minecraft.server.level.ServerPlayer;
import net.minecraftforge.event.TickEvent; import net.minecraftforge.event.TickEvent;
import net.minecraftforge.event.entity.living.LivingEvent; import net.minecraftforge.event.entity.living.LivingEvent;
import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.fml.common.Mod;
@Mod.EventBusSubscriber
public class RunOutOfBreathEvents { public class RunOutOfBreathEvents {
@SubscribeEvent @SubscribeEvent
public static void onLivingJumpEvent(LivingEvent.LivingJumpEvent event) { public static void onLivingJumpEvent(LivingEvent.LivingJumpEvent event) {