Added Rotatable Blocks integration.

This commit is contained in:
AlgorithmX2
2014-04-03 23:12:35 -05:00
parent 26b1a2abf9
commit 27f374eb04
12 changed files with 176 additions and 44 deletions
+1 -1
View File
@@ -43,6 +43,6 @@ public class LocationRotation implements IOrientable
@Override
public boolean canBeRotated()
{
return true;
return false;
}
}