This commit is contained in:
Raoul Van den Berge
2016-01-31 15:17:36 +01:00
parent 9d2e6ed16f
commit f55e8ac2e5
7 changed files with 23 additions and 26 deletions

View File

@@ -44,9 +44,9 @@ public abstract class BlockBase extends Block
protected BlockState createBlockState()
{
return new BlockState(this, new IProperty[]
{
DIRECTION,
});
{
DIRECTION,
});
}
@Override