Skip to content

Commit

Permalink
Spotless whoopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cardinalstars committed Jan 10, 2024
1 parent a9591a0 commit fa4830a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import java.util.EnumSet;
import java.util.List;

import com.glodblock.github.common.storage.FluidCellInventory;
import com.glodblock.github.common.storage.FluidCellInventoryHandler;
import net.minecraft.client.gui.GuiScreen;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
Expand All @@ -18,8 +16,8 @@

import com.glodblock.github.api.FluidCraftAPI;
import com.glodblock.github.common.storage.CellType;
import com.glodblock.github.common.storage.FluidCellInventoryHandler;
import com.glodblock.github.common.storage.IFluidCellInventory;
import com.glodblock.github.common.storage.IFluidCellInventoryHandler;
import com.glodblock.github.common.storage.IStorageFluidCell;
import com.glodblock.github.loader.ItemAndBlockHolder;
import com.glodblock.github.util.NameConst;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

import javax.annotation.Nonnull;

import appeng.api.config.Upgrades;
import appeng.api.implementations.items.IUpgradeModule;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.glodblock.github.common.storage;

import appeng.api.config.Upgrades;
import appeng.api.implementations.items.IUpgradeModule;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

Expand All @@ -10,6 +8,8 @@

import appeng.api.AEApi;
import appeng.api.config.IncludeExclude;
import appeng.api.config.Upgrades;
import appeng.api.implementations.items.IUpgradeModule;
import appeng.api.storage.ICellCacheRegistry;
import appeng.api.storage.IMEInventory;
import appeng.api.storage.StorageChannel;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/glodblock/github/proxy/CommonProxy.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.glodblock.github.proxy;

import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;

import com.glodblock.github.FluidCraft;
Expand Down

0 comments on commit fa4830a

Please sign in to comment.