Implemented the sky compass.
This commit is contained in:
@@ -30,4 +30,11 @@ public class TileSkyCompass extends AEBaseTile
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasFastRenderer()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user