summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
authornesco <emmanuel@federbusch.fr>2013-11-13 08:19:28 +0100
committernesco <emmanuel@federbusch.fr>2013-11-13 08:19:28 +0100
commitf99835c095411abfe77e8fef2d5cf86166643f61 (patch)
treee624b7977746d9abaa3f807ce1de952531b38396 /source/BlockID.h
parentUpdate Enchantments.cpp (diff)
downloadcuberite-f99835c095411abfe77e8fef2d5cf86166643f61.tar
cuberite-f99835c095411abfe77e8fef2d5cf86166643f61.tar.gz
cuberite-f99835c095411abfe77e8fef2d5cf86166643f61.tar.bz2
cuberite-f99835c095411abfe77e8fef2d5cf86166643f61.tar.lz
cuberite-f99835c095411abfe77e8fef2d5cf86166643f61.tar.xz
cuberite-f99835c095411abfe77e8fef2d5cf86166643f61.tar.zst
cuberite-f99835c095411abfe77e8fef2d5cf86166643f61.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index a8ff7323a..7596f16a5 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -40,8 +40,10 @@ enum ENUM_BLOCK_ID
E_BLOCK_PISTON_EXTENSION = 34,
E_BLOCK_WOOL = 35,
E_BLOCK_PISTON_MOVED_BLOCK = 36,
- E_BLOCK_DANDELION = 37,
+ E_BLOCK_DANDELION = 37, // Minecraft 1.7.x IDs
E_BLOCK_FLOWER = 38,
+ E_BLOCK_YELLOW_FLOWER = 37,
+ E_BLOCK_RED_ROSE = 38, // Older IDs
E_BLOCK_BROWN_MUSHROOM = 39,
E_BLOCK_RED_MUSHROOM = 40,
E_BLOCK_GOLD_BLOCK = 41,