From bbf5bec817c6c9824155c15d34806db152d5ed43 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 7 Jul 2017 15:37:53 +0100 Subject: BigFlower fixes (#3826) * BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision --- src/BlockID.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/BlockID.h') 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, -- cgit v1.2.3