diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-16 12:23:24 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-16 12:23:24 +0200 |
commit | 7f87d6c3d6a116742f25f1846d747a33afdc63f0 (patch) | |
tree | fdc0a24c2b6145c16a78612589cdb48533ac7e6c /source/BlockID.h | |
parent | Generation and simulation defaults (diff) | |
download | cuberite-7f87d6c3d6a116742f25f1846d747a33afdc63f0.tar cuberite-7f87d6c3d6a116742f25f1846d747a33afdc63f0.tar.gz cuberite-7f87d6c3d6a116742f25f1846d747a33afdc63f0.tar.bz2 cuberite-7f87d6c3d6a116742f25f1846d747a33afdc63f0.tar.lz cuberite-7f87d6c3d6a116742f25f1846d747a33afdc63f0.tar.xz cuberite-7f87d6c3d6a116742f25f1846d747a33afdc63f0.tar.zst cuberite-7f87d6c3d6a116742f25f1846d747a33afdc63f0.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 571087ab7..eaf234c7b 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -6,7 +6,7 @@ enum ENUM_BLOCK_ID E_BLOCK_AIR = 0, E_BLOCK_STONE = 1, E_BLOCK_GRASS = 2, - E_BLOCK_DIRT = 3, + E_BLOCK_DIRT = 3, E_BLOCK_COBBLESTONE = 4, E_BLOCK_PLANKS = 5, E_BLOCK_SAPLING = 6, |