Cleaned up imports
This commit is contained in:
parent
f61dde634a
commit
6549282ea0
155 changed files with 696 additions and 403 deletions
|
@ -1,5 +1,7 @@
|
|||
package techreborn.tiles;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import ic2.api.tile.IWrenchable;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.inventory.IInventory;
|
||||
|
@ -21,8 +23,6 @@ import reborncore.common.util.Inventory;
|
|||
import reborncore.common.util.Tank;
|
||||
import techreborn.init.ModBlocks;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class TileQuantumTank extends TileMachineBase implements IFluidHandler,
|
||||
IInventory, IWrenchable, IListInfoProvider {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue