From 8bf501a67924bbe9020a348be488cb9370a22eae Mon Sep 17 00:00:00 2001 From: TheMCLoveMan Date: Tue, 1 Aug 2023 21:41:18 +0200 Subject: [PATCH] code review: remove unused imports --- .../themcbrothers/uselessmod/compat/VanillaCompatibility.java | 1 - .../uselessmod/world/level/block/PaintBucketBlock.java | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/java/net/themcbrothers/uselessmod/compat/VanillaCompatibility.java b/src/main/java/net/themcbrothers/uselessmod/compat/VanillaCompatibility.java index 77649bb4..7ecebdc1 100644 --- a/src/main/java/net/themcbrothers/uselessmod/compat/VanillaCompatibility.java +++ b/src/main/java/net/themcbrothers/uselessmod/compat/VanillaCompatibility.java @@ -2,7 +2,6 @@ import com.google.common.collect.Maps; import net.minecraft.core.cauldron.CauldronInteraction; -import net.minecraft.nbt.CompoundTag; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.AxeItem; import net.minecraft.world.item.ItemStack; diff --git a/src/main/java/net/themcbrothers/uselessmod/world/level/block/PaintBucketBlock.java b/src/main/java/net/themcbrothers/uselessmod/world/level/block/PaintBucketBlock.java index e59cf404..75eb5e0c 100644 --- a/src/main/java/net/themcbrothers/uselessmod/world/level/block/PaintBucketBlock.java +++ b/src/main/java/net/themcbrothers/uselessmod/world/level/block/PaintBucketBlock.java @@ -11,7 +11,6 @@ import net.minecraft.world.item.DyeColor; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; -import net.minecraft.world.item.SpawnEggItem; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level;