Skip to content

Commit

Permalink
清理imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloePrime committed Oct 3, 2024
1 parent d6a3f78 commit 8a8eb14
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import mod.chloeprime.modtechpoweredarsenal.common.standard.util.GunHelper;
import net.minecraft.core.Direction;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.item.ItemStack;
import net.minecraftforge.common.capabilities.Capability;
import net.minecraftforge.common.capabilities.ForgeCapabilities;
Expand All @@ -30,8 +29,6 @@
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import javax.xml.validation.Validator;

@Mod.EventBusSubscriber
public class EnergyWeaponBehavior {
public static boolean isEnergyWeapon(ItemStack stack) {
Expand Down

0 comments on commit 8a8eb14

Please sign in to comment.