1
0

Rebased version of Code

This commit is contained in:
Samuel Barney
2015-06-22 11:29:38 -06:00
parent d83c9f194f
commit e70e2b8ecc
9 changed files with 17 additions and 64 deletions

View File

@@ -193,15 +193,6 @@ bool cBlockHandler::CanBeAt(cChunkInterface & a_ChunkInterface, int a_BlockX, in
bool cBlockHandler::CanDirtGrowGrass(NIBBLETYPE a_Meta)
{
return true;
}
bool cBlockHandler::IsUseable()
{
return false;