summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-28 14:28:50 +0100
committerMattes D <github@xoft.cz>2014-02-28 14:28:50 +0100
commit6ad4b78a7ba00be58583b055f7d7227be465ec26 (patch)
tree1e5cc61a97bff757482193eb2ee50bb395bda5ec /src/BlockID.h
parentAdded a MobDebug enabler script. (diff)
parentBetter Jukebox API (diff)
downloadcuberite-6ad4b78a7ba00be58583b055f7d7227be465ec26.tar
cuberite-6ad4b78a7ba00be58583b055f7d7227be465ec26.tar.gz
cuberite-6ad4b78a7ba00be58583b055f7d7227be465ec26.tar.bz2
cuberite-6ad4b78a7ba00be58583b055f7d7227be465ec26.tar.lz
cuberite-6ad4b78a7ba00be58583b055f7d7227be465ec26.tar.xz
cuberite-6ad4b78a7ba00be58583b055f7d7227be465ec26.tar.zst
cuberite-6ad4b78a7ba00be58583b055f7d7227be465ec26.zip
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h4
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