Fixed import issue causing RI to not compile

This commit is contained in:
Robert S 2014-06-13 10:30:17 -04:00
parent 4925c4121b
commit aed4ea5f90
2 changed files with 2 additions and 4 deletions

View file

@ -4,15 +4,13 @@ import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Frame;
import java.awt.GridLayout;
import java.awt.Label;
import java.awt.Panel;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import resonantinduction.mechanical.energy.grid.MechanicalNodeFrame;
import universalelectricity.api.vector.IVectorWorld;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
import universalelectricity.api.vector.IVectorWorld;
/** @author Darkguardsman */
@SuppressWarnings("serial")

View file

@ -1,11 +1,11 @@
package resonantinduction.core.debug;
import codechicken.multipart.TMultiPart;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
import net.minecraftforge.common.ForgeDirection;
import resonant.api.grid.INode;
import resonant.api.grid.INodeProvider;
import codechicken.multipart.TMultiPart;
/** @author Darkguardsman */
@SuppressWarnings("serial")