store direction in blocks
This commit is contained in:
@@ -27,6 +27,7 @@ public class BlockCable extends BlockBase implements ITileEntityProvider
|
||||
{
|
||||
return new BlockState(this, new IProperty[]
|
||||
{
|
||||
DIRECTION,
|
||||
SENSITIVE
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user