Start of code cleanup, mostly remove A BUNCH of unused imports and some code quality fixes.

This commit is contained in:
Jackson Abney
2024-06-02 01:05:24 -08:00
parent 5e4598bbe6
commit b5f1104f1e
115 changed files with 184 additions and 482 deletions

View File

@@ -18,7 +18,6 @@ import li.cil.oc2.common.util.ThrottledSoundEmitter;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.world.entity.item.ItemEntity;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.level.block.state.BlockState;