1
0

Merge pull request #838 from mc-server/lilypads

Lilypads
This commit is contained in:
worktycho
2014-03-30 15:17:35 +01:00
10 changed files with 162 additions and 13 deletions

View File

@@ -884,7 +884,7 @@ void cChunk::ApplyWeatherToTop()
FastSetBlock(X, Height, Z, E_BLOCK_SNOW, TopMeta - 1);
}
}
else if (cBlockInfo::IsSnowable(TopBlock))
else if (cBlockInfo::IsSnowable(TopBlock) && (Height + 1 < cChunkDef::Height))
{
SetBlock(X, Height + 1, Z, E_BLOCK_SNOW, 0);
}