diff options
author | Masy98 <masy@antheruscraft.de> | 2014-09-10 21:44:04 +0200 |
---|---|---|
committer | Masy98 <masy@antheruscraft.de> | 2014-09-10 21:44:04 +0200 |
commit | a9b4b60c80f4c23e58adb05622d4a1ff41277d57 (patch) | |
tree | ba1e96539b2430e2fe6a3f215f4795a2257008c6 /src/BlockID.h | |
parent | Added new blocks to the BlockHandler (diff) | |
download | cuberite-a9b4b60c80f4c23e58adb05622d4a1ff41277d57.tar cuberite-a9b4b60c80f4c23e58adb05622d4a1ff41277d57.tar.gz cuberite-a9b4b60c80f4c23e58adb05622d4a1ff41277d57.tar.bz2 cuberite-a9b4b60c80f4c23e58adb05622d4a1ff41277d57.tar.lz cuberite-a9b4b60c80f4c23e58adb05622d4a1ff41277d57.tar.xz cuberite-a9b4b60c80f4c23e58adb05622d4a1ff41277d57.tar.zst cuberite-a9b4b60c80f4c23e58adb05622d4a1ff41277d57.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index d6712a588..e7838da27 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -187,18 +187,18 @@ enum ENUM_BLOCK_ID E_BLOCK_BIG_FLOWER = 175, E_BLOCK_RED_SANDSTONE = 179, E_BLOCK_RED_SANDSTONE_STAIRS = 180, - E_BLOCK_NEW_STONE_SLAB = 181, - E_BLOCK_SPRUCE_FENCE_GATE = 182, - E_BLOCK_BIRCH_FENCE_GATE = 183, - E_BLOCK_JUNGLE_FENCE_GATE = 184, - E_BLOCK_DARK_OAK_FENCE_GATE = 185, - E_BLOCK_ACACIA_FENCE_GATE = 186, - E_BLOCK_SPRUCE_FENCE = 187, - E_BLOCK_BIRCH_FENCE = 188, - E_BLOCK_JUNGLE_FENCE = 189, - E_BLOCK_DARK_OAK_FENCE = 190, - E_BLOCK_ACACIA_FENCE = 191, - // I don't know which block has the ID 192, maybe there is no block but we have to wait for mcp + E_BLOCK_DOUBLE_NEW_STONE_SLAB= 181, + E_BLOCK_NEW_STONE_SLAB = 182, + E_BLOCK_SPRUCE_FENCE_GATE = 183, + E_BLOCK_BIRCH_FENCE_GATE = 184, + E_BLOCK_JUNGLE_FENCE_GATE = 185, + E_BLOCK_DARK_OAK_FENCE_GATE = 186, + E_BLOCK_ACACIA_FENCE_GATE = 187, + E_BLOCK_SPRUCE_FENCE = 188, + E_BLOCK_BIRCH_FENCE = 189, + E_BLOCK_JUNGLE_FENCE = 190, + E_BLOCK_DARK_OAK_FENCE = 191, + E_BLOCK_ACACIA_FENCE = 192, E_BLOCK_SPRUCE_DOOR = 193, E_BLOCK_BIRCH_DOOR = 194, E_BLOCK_JUNGLE_DOOR = 195, |