1
0

Broken rail blocks now stack.

This commit is contained in:
Samuel Barney 2013-10-30 16:58:18 -06:00
parent 8b9d3c7722
commit e2ef23fa5f

View File

@ -51,6 +51,9 @@ public:
} }
void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) { cBlockHandler::ConvertToPickups(a_Pickups, 0); }
virtual bool CanBeAt(int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk) override virtual bool CanBeAt(int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk) override
{ {
if (a_RelY <= 0) if (a_RelY <= 0)