From 7c72bbb706076077b2068aad49f76e34b59a5a76 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 27 May 2012 17:30:27 +0000 Subject: Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property setting git-svn-id: http://mc-server.googlecode.com/svn/trunk@513 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/BlockID.h') diff --git a/source/BlockID.h b/source/BlockID.h index f257282eb..2cb66776b 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -458,6 +458,8 @@ extern NIBBLETYPE g_BlockSpreadLightFalloff[256]; extern bool g_BlockTransparent[256]; extern bool g_BlockOneHitDig[256]; extern bool g_BlockPistonBreakable[256]; +extern bool g_BlockIsSnowable[256]; + -- cgit v1.2.3