diff options
author | Masy98 <masy@antheruscraft.de> | 2014-09-11 16:07:54 +0200 |
---|---|---|
committer | Masy98 <masy@antheruscraft.de> | 2014-09-11 16:07:54 +0200 |
commit | 741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d (patch) | |
tree | 3f30ab8b4a2617585bb5a2723764f9c339ca965c /src/BlockID.h | |
parent | Added 1.8 food to the food list (diff) | |
download | cuberite-741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d.tar cuberite-741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d.tar.gz cuberite-741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d.tar.bz2 cuberite-741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d.tar.lz cuberite-741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d.tar.xz cuberite-741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d.tar.zst cuberite-741791ecfc784d5aa0c4e8de11a6f3e99d6cc39d.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index 623b40b13..5f2ff15cc 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -176,6 +176,7 @@ enum ENUM_BLOCK_ID E_BLOCK_ACACIA_WOOD_STAIRS = 163, E_BLOCK_DARK_OAK_WOOD_STAIRS = 164, E_BLOCK_SLIME_BLOCK = 165, + E_BLOCK_BARRIER = 166, E_BLOCK_IRON_TRAPDOOR = 167, E_BLOCK_PRISMARINE_BLOCK = 168, E_BLOCK_SEA_LANTERN = 169, |