store direction in blocks

This commit is contained in:
Raoul Van den Berge
2015-12-26 15:40:58 +01:00
parent 900ad2d2f1
commit 4bd38b0e61
5 changed files with 48 additions and 26 deletions

View File

@@ -27,6 +27,7 @@ public class BlockCable extends BlockBase implements ITileEntityProvider
{
return new BlockState(this, new IProperty[]
{
DIRECTION,
SENSITIVE
});
}