summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-05-27 19:30:27 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-05-27 19:30:27 +0200
commit7c72bbb706076077b2068aad49f76e34b59a5a76 (patch)
tree8b321d251b780b8891435e5bcd16ec7ee3c43e7d /source/BlockID.h
parentVoronoi has a minimum cell size of 4 blocks now, to avoid some extreme corner-cases (diff)
downloadcuberite-7c72bbb706076077b2068aad49f76e34b59a5a76.tar
cuberite-7c72bbb706076077b2068aad49f76e34b59a5a76.tar.gz
cuberite-7c72bbb706076077b2068aad49f76e34b59a5a76.tar.bz2
cuberite-7c72bbb706076077b2068aad49f76e34b59a5a76.tar.lz
cuberite-7c72bbb706076077b2068aad49f76e34b59a5a76.tar.xz
cuberite-7c72bbb706076077b2068aad49f76e34b59a5a76.tar.zst
cuberite-7c72bbb706076077b2068aad49f76e34b59a5a76.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.h2
1 files changed, 2 insertions, 0 deletions
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];
+