Fixed gear shaft being in the wrong package

This commit is contained in:
Robert S 2014-05-24 21:06:49 -04:00
parent 47154b7d82
commit af32448001
8 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
package resonantinduction.mechanical;
import resonant.lib.render.item.GlobalItemRenderer;
import resonantinduction.mechanica.gearshaft.RenderGearShaft;
import resonantinduction.mechanical.fluid.pipe.RenderPipe;
import resonantinduction.mechanical.gear.RenderGear;
import resonantinduction.mechanical.gearshaft.RenderGearShaft;
public class ClientProxy extends CommonProxy
{

View file

@ -18,7 +18,6 @@ import resonantinduction.core.Reference;
import resonantinduction.core.ResonantInduction;
import resonantinduction.core.Settings;
import resonantinduction.core.TabRI;
import resonantinduction.mechanica.gearshaft.ItemGearShaft;
import resonantinduction.mechanical.belt.BlockConveyorBelt;
import resonantinduction.mechanical.belt.TileConveyorBelt;
import resonantinduction.mechanical.energy.grid.MechanicalNode;
@ -32,6 +31,7 @@ import resonantinduction.mechanical.fluid.pipe.EnumPipeMaterial;
import resonantinduction.mechanical.fluid.pipe.ItemPipe;
import resonantinduction.mechanical.fluid.transport.TilePump;
import resonantinduction.mechanical.gear.ItemGear;
import resonantinduction.mechanical.gearshaft.ItemGearShaft;
import resonantinduction.mechanical.logistic.belt.BlockDetector;
import resonantinduction.mechanical.logistic.belt.BlockManipulator;
import resonantinduction.mechanical.logistic.belt.TileDetector;

View file

@ -6,10 +6,10 @@ import java.util.Set;
import net.minecraft.item.ItemStack;
import net.minecraftforge.common.ForgeDirection;
import resonantinduction.mechanica.gearshaft.GearShaftNode;
import resonantinduction.mechanica.gearshaft.RenderGearShaft;
import resonantinduction.mechanical.Mechanical;
import resonantinduction.mechanical.energy.grid.PartMechanical;
import resonantinduction.mechanical.gearshaft.GearShaftNode;
import resonantinduction.mechanical.gearshaft.RenderGearShaft;
import codechicken.lib.raytracer.IndexedCuboid6;
import codechicken.lib.vec.Cuboid6;
import codechicken.lib.vec.Vector3;

View file

@ -1,4 +1,4 @@
package resonantinduction.mechanica.gearshaft;
package resonantinduction.mechanical.gearshaft;
import java.util.ArrayList;
import java.util.Iterator;

View file

@ -1,4 +1,4 @@
package resonantinduction.mechanica.gearshaft;
package resonantinduction.mechanical.gearshaft;
import java.util.List;

View file

@ -1,4 +1,4 @@
package resonantinduction.mechanica.gearshaft;
package resonantinduction.mechanical.gearshaft;
import static org.lwjgl.opengl.GL11.glRotatef;
import net.minecraft.item.ItemStack;

View file

@ -1,4 +1,4 @@
package resonantinduction.mechanica.gearshaft;
package resonantinduction.mechanical.gearshaft;
import resonant.lib.grid.NodeGrid;

View file

@ -1,4 +1,4 @@
package resonantinduction.mechanica.gearshaft;
package resonantinduction.mechanical.gearshaft;
import resonant.api.grid.INodeProvider;
import resonant.lib.grid.Node;