diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-15 15:35:43 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-15 15:35:43 +0200 |
commit | 933305fd957a14de5e197267b0a3ec58a73a0481 (patch) | |
tree | 6746a895e6855cbe42209acb0fa3e915bc69971c /source/BlockID.h | |
parent | Leaves blocks allowed one more block of distance from a log block before they decay (diff) | |
download | cuberite-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.h | 2 |
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, |