Fix some of the event handlers
This commit is contained in:
parent
07fdaf8f5a
commit
4800e7dd6c
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue