Fixed missing import
This commit is contained in:
parent
03348a71bb
commit
f492f9712c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import org.lwjgl.opengl.GL11;
|
||||||
|
|
||||||
import resonantinduction.core.Reference;
|
import resonantinduction.core.Reference;
|
||||||
import resonantinduction.core.render.RenderImprintable;
|
import resonantinduction.core.render.RenderImprintable;
|
||||||
|
import resonantinduction.mechanical.logistic.belt.ModelManipulator;
|
||||||
import cpw.mods.fml.relauncher.Side;
|
import cpw.mods.fml.relauncher.Side;
|
||||||
import cpw.mods.fml.relauncher.SideOnly;
|
import cpw.mods.fml.relauncher.SideOnly;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue