Skip to content

Commit

Permalink
Fix missing imports in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Nov 14, 2022
1 parent d98a75a commit 3797e67
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import lombok.RequiredArgsConstructor;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.nbt.Tag;
import net.minecraft.network.chat.Component;
import net.minecraft.network.chat.TranslatableComponent;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.Item;
Expand Down

0 comments on commit 3797e67

Please sign in to comment.