diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-02-21 22:26:04 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-02-21 22:26:04 +0100 |
commit | b3339a6617ffd7b8358c83348e6ccfa8eba2eb92 (patch) | |
tree | 71f9e530e37c2024b9d754179d9769631175a9df /src/BlockID.h | |
parent | Remove users.ini generation in Player.cpp and use the CheckUsers() Function (diff) | |
download | cuberite-b3339a6617ffd7b8358c83348e6ccfa8eba2eb92.tar cuberite-b3339a6617ffd7b8358c83348e6ccfa8eba2eb92.tar.gz cuberite-b3339a6617ffd7b8358c83348e6ccfa8eba2eb92.tar.bz2 cuberite-b3339a6617ffd7b8358c83348e6ccfa8eba2eb92.tar.lz cuberite-b3339a6617ffd7b8358c83348e6ccfa8eba2eb92.tar.xz cuberite-b3339a6617ffd7b8358c83348e6ccfa8eba2eb92.tar.zst cuberite-b3339a6617ffd7b8358c83348e6ccfa8eba2eb92.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index 3413555f4..861bb8dae 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -466,6 +466,10 @@ enum E_META_FLOWER_PINK_TULIP = 7, E_META_FLOWER_OXEYE_DAISY = 8, + // E_BLOCK_JUKEBOX metas + E_META_JUKEBOX_OFF = 0, + E_META_JUKEBOX_ON = 1, + // E_BLOCK_HOPPER metas: E_META_HOPPER_FACING_YM = 0, E_META_HOPPER_UNATTACHED = 1, // Hopper doesn't move items up, there's no YP |