diff options
Diffstat (limited to 'src/BlockID.h')
-rw-r--r-- | src/BlockID.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index 8454cd3da..96540bd6f 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -552,6 +552,8 @@ enum ENUM_BLOCK_META : NIBBLETYPE E_META_BIG_FLOWER_LARGE_FERN = 3, E_META_BIG_FLOWER_ROSE_BUSH = 4, E_META_BIG_FLOWER_PEONY = 5, + // 0x8 is supposedly a bit flag but all vanilla plants have this value + E_META_BIG_FLOWER_TOP = 10, // E_BLOCK_BREWING_STAND metas E_META_BREWING_STAND_FILLED_SLOT_XP = 1, |