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
@@ -24,4 +24,10 @@ public class BlockQuartzPillar extends AEBaseBlock implements IOrientableBlock
return new MetaRotation( w, x, y, z );
}
@Override
public boolean usesMetadata()
{
return true;
}
}