Cacti don't gather snow
git-svn-id: http://mc-server.googlecode.com/svn/trunk@517 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
1a0bfd8d28
commit
3c97a8e8a5
@ -241,6 +241,7 @@ public:
|
|||||||
|
|
||||||
// Blocks that can be snowed over:
|
// Blocks that can be snowed over:
|
||||||
g_BlockIsSnowable[E_BLOCK_BROWN_MUSHROOM] = false;
|
g_BlockIsSnowable[E_BLOCK_BROWN_MUSHROOM] = false;
|
||||||
|
g_BlockIsSnowable[E_BLOCK_CACTUS] = false;
|
||||||
g_BlockIsSnowable[E_BLOCK_CHEST] = false;
|
g_BlockIsSnowable[E_BLOCK_CHEST] = false;
|
||||||
g_BlockIsSnowable[E_BLOCK_CROPS] = false;
|
g_BlockIsSnowable[E_BLOCK_CROPS] = false;
|
||||||
g_BlockIsSnowable[E_BLOCK_FIRE] = false;
|
g_BlockIsSnowable[E_BLOCK_FIRE] = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user