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

@@ -83,9 +83,6 @@ public:
/// Checks if the block can stay at the specified relative coords in the chunk
virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk);
/** Can the dirt under this block grow to grass? */
virtual bool CanDirtGrowGrass(NIBBLETYPE a_Meta);
/** Checks if the block can be placed at this point.
Default: CanBeAt(...)