stupid
This commit is contained in:
parent
ea2c61c8c1
commit
c79377a7bf
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue