summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/BlockID.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index 6ed0138a1..b9fe86a74 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -143,7 +143,8 @@ enum ENUM_BLOCK_ID
E_BLOCK_REDSTONE_LAMP_ON = 124,
E_BLOCK_DOUBLE_WOODEN_SLAB = 125,
E_BLOCK_WOODEN_SLAB = 126,
- E_BLOCK_COCA_PLANT = 127,
+ E_BLOCK_COCOA_POD = 127,
+ E_BLOCK_COCA_PLANT = E_BLOCK_COCOA_POD, // OBSOLETE!
E_BLOCK_SANDSTONE_STAIRS = 128,
E_BLOCK_EMERALD_ORE = 129,
E_BLOCK_ENDER_CHEST = 130,