Update API for metadata flag.

This commit is contained in:
AlgorithmX2
2014-05-11 11:24:46 -05:00
parent 03f938516a
commit 32f7e58cf0
4 changed files with 25 additions and 1 deletions
+6
View File
@@ -168,4 +168,10 @@ public class BlockSkyStone extends AEBaseBlock implements IOrientableBlock
return getRenderType();
}
@Override
public boolean usesMetadata()
{
return false;
}
}