Fix some of the event handlers

This commit is contained in:
zontreck 2023-12-19 11:27:04 -07:00
parent 07fdaf8f5a
commit 4800e7dd6c
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,9 @@ package dev.zontreck.otemod.items;
import net.minecraft.world.InteractionHand;
import net.minecraft.world.InteractionResultHolder;
import net.minecraft.world.entity.monster.Guardian;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.entity.projectile.Arrow;
import net.minecraft.world.item.Item;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.level.Level;