1
0

Top blocks are now snowed over, either normally, or in deep snow (patch contributed by funmaker, Luksor and Sebi)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1000 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-10-21 21:15:57 +00:00
parent 5ebbf6f4e2
commit ba8a5184c8
5 changed files with 91 additions and 2 deletions

View File

@@ -455,6 +455,7 @@ public:
g_BlockPistonBreakable[E_BLOCK_YELLOW_FLOWER] = true;
// Blocks that can be snowed over:
g_BlockIsSnowable[E_BLOCK_AIR] = false;
g_BlockIsSnowable[E_BLOCK_BROWN_MUSHROOM] = false;
g_BlockIsSnowable[E_BLOCK_CACTUS] = false;
g_BlockIsSnowable[E_BLOCK_CHEST] = false;