Fix compile errors

This commit is contained in:
thatsIch
2015-09-30 12:47:23 +02:00
parent c978bf90f8
commit bcb4c0bc02
6 changed files with 13 additions and 33 deletions
@@ -63,6 +63,12 @@ public class StairBlockDefinition implements IBlockDefinition
return null;
}
@Override
public boolean isEnabled()
{
return false;
}
@Override
public boolean isSameAs( ItemStack comparableStack )
{