summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-15 15:35:43 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-15 15:35:43 +0200
commit933305fd957a14de5e197267b0a3ec58a73a0481 (patch)
tree6746a895e6855cbe42209acb0fa3e915bc69971c /source/BlockID.h
parentLeaves blocks allowed one more block of distance from a log block before they decay (diff)
downloadcuberite-933305fd957a14de5e197267b0a3ec58a73a0481.tar
cuberite-933305fd957a14de5e197267b0a3ec58a73a0481.tar.gz
cuberite-933305fd957a14de5e197267b0a3ec58a73a0481.tar.bz2
cuberite-933305fd957a14de5e197267b0a3ec58a73a0481.tar.lz
cuberite-933305fd957a14de5e197267b0a3ec58a73a0481.tar.xz
cuberite-933305fd957a14de5e197267b0a3ec58a73a0481.tar.zst
cuberite-933305fd957a14de5e197267b0a3ec58a73a0481.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index 67e2833c8..b94744310 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -9,7 +9,7 @@ enum ENUM_BLOCK_ID
E_BLOCK_DIRT = 3,
E_BLOCK_COBBLESTONE = 4,
E_BLOCK_PLANKS = 5,
- E_BLOCK_WOOD = E_BLOCK_PLANKS,
+ // E_BLOCK_WOOD = E_BLOCK_PLANKS, // Obsolete - was confused too often: wood = logs or planks?
E_BLOCK_SAPLING = 6,
E_BLOCK_BEDROCK = 7,
E_BLOCK_WATER = 8,