diff options
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 7ec2f9279..67e2833c8 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -115,8 +115,10 @@ enum ENUM_BLOCK_ID E_BLOCK_STONE_BRICKS = 98, E_BLOCK_HUGE_BROWN_MUSHROOM = 99, E_BLOCK_HUGE_RED_MUSHROOM = 100, - E_BLOCK_IRON_BAR = 101, - E_BLOCK_GLASS_PLANE = 102, + E_BLOCK_IRON_BARS = 101, + E_BLOCK_IRON_BAR = 101, // Deprecated, use E_BLOCK_IRON_BARS instead + E_BLOCK_GLASS_PANE = 102, + E_BLOCK_GLASS_PLANE = 102, // Deprecated, use E_BLOCK_GLASS_PANE instead E_BLOCK_MELON = 103, E_BLOCK_PUMPKIN_STEM = 104, E_BLOCK_MELON_STEM = 105, |