Removed old rendering system
Removed old rendering system. Some parts may be left over, but they won't affect testing. 1.10-R todo tag marks things to do with rendering.
This commit is contained in:
@@ -175,19 +175,6 @@ public class ServerHelper extends CommonHelper
|
||||
throw new IllegalStateException( "Unable to Load Core Mod, please verify that AE2 is properly install in the mods folder, with a .jar extension." );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void configureIcon( final Object item, final String name )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public ResourceLocation addIcon( final String string )
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
protected CableRenderMode renderModeForPlayer( final EntityPlayer player )
|
||||
{
|
||||
if( player != null )
|
||||
|
||||
Reference in New Issue
Block a user