diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-02-17 20:14:08 +0100 |
---|---|---|
committer | TheJumper <maximilian.springer@web.de> | 2014-02-23 19:50:50 +0100 |
commit | ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2 (patch) | |
tree | e4b50b198e8e869a7e8955110a121329ffaf1ac5 /src/Chunk.cpp | |
parent | Merge pull request #694 from mc-server/itemframes (diff) | |
download | cuberite-ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2.tar cuberite-ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2.tar.gz cuberite-ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2.tar.bz2 cuberite-ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2.tar.lz cuberite-ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2.tar.xz cuberite-ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2.tar.zst cuberite-ab2eba17ec36e5d906d0a45e33b8c7d59e19d4e2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Chunk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp index 0587beb9c..dc683baa5 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -1314,6 +1314,7 @@ void cChunk::CreateBlockEntities(void) case E_BLOCK_HOPPER: case E_BLOCK_SIGN_POST: case E_BLOCK_WALLSIGN: + case E_BLOCK_HEAD: case E_BLOCK_NOTE_BLOCK: case E_BLOCK_JUKEBOX: { @@ -1442,6 +1443,7 @@ void cChunk::SetBlock(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, case E_BLOCK_HOPPER: case E_BLOCK_SIGN_POST: case E_BLOCK_WALLSIGN: + case E_BLOCK_HEAD: case E_BLOCK_NOTE_BLOCK: case E_BLOCK_JUKEBOX: { |