summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-03-02 10:30:20 +0100
committerandrew <xdotftw@gmail.com>2014-03-02 10:30:20 +0100
commitcff4ee11f125efb0b10ffe19d84869b858416584 (patch)
tree0464f6dbaecacce33b7fae89bbd4a58aadce1469 /src/BlockID.h
parentManually exported g_Block tables (diff)
downloadcuberite-cff4ee11f125efb0b10ffe19d84869b858416584.tar
cuberite-cff4ee11f125efb0b10ffe19d84869b858416584.tar.gz
cuberite-cff4ee11f125efb0b10ffe19d84869b858416584.tar.bz2
cuberite-cff4ee11f125efb0b10ffe19d84869b858416584.tar.lz
cuberite-cff4ee11f125efb0b10ffe19d84869b858416584.tar.xz
cuberite-cff4ee11f125efb0b10ffe19d84869b858416584.tar.zst
cuberite-cff4ee11f125efb0b10ffe19d84869b858416584.zip
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index 861bb8dae..1c454cd23 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -909,17 +909,3 @@ extern cItem GetIniItemSet(cIniFile & a_IniFile, const char * a_Section, const c
-// Block properties:
-extern NIBBLETYPE g_BlockLightValue[256];
-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];
-extern bool g_BlockRequiresSpecialTool[256];
-extern bool g_BlockIsSolid[256];
-extern bool g_BlockFullyOccupiesVoxel[256];
-
-
-
-