Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pandier committed Oct 13, 2024
1 parent db27518 commit 97fdec2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
*/
package org.spongepowered.common.data.provider.item.stack;

import net.minecraft.advancements.critereon.BlockPredicate;
import net.minecraft.core.component.DataComponentType;
import net.minecraft.core.component.DataComponents;
import net.minecraft.util.Unit;
Expand All @@ -35,12 +34,10 @@
import net.minecraft.world.item.enchantment.ItemEnchantments;
import org.jetbrains.annotations.NotNull;
import org.spongepowered.api.data.Keys;
import org.spongepowered.common.accessor.world.item.AdventureModePredicateAccessor;
import org.spongepowered.common.accessor.world.item.enchantment.ItemEnchantmentsAccessor;
import org.spongepowered.common.data.provider.DataProviderRegistrator;

import java.util.Collections;
import java.util.List;

public final class HideFlagsItemStackData {

Expand Down

0 comments on commit 97fdec2

Please sign in to comment.