diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-07 01:18:58 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-07 01:18:58 +0100 |
commit | 347e80bdd88f894394373745859f405dc82c1819 (patch) | |
tree | 82bf1b2163cbf7c59bf3c0181583982f34912aca /src/Chunk.cpp | |
parent | Renamed animation function (diff) | |
download | cuberite-347e80bdd88f894394373745859f405dc82c1819.tar cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.gz cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.bz2 cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.lz cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.xz cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.zst cuberite-347e80bdd88f894394373745859f405dc82c1819.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 1c03753c7..4eb11718d 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -1301,6 +1301,7 @@ void cChunk::CreateBlockEntities(void) case E_BLOCK_CHEST: case E_BLOCK_DISPENSER: case E_BLOCK_DROPPER: + case E_BLOCK_ENDER_CHEST: case E_BLOCK_LIT_FURNACE: case E_BLOCK_FURNACE: case E_BLOCK_HOPPER: @@ -1413,6 +1414,7 @@ void cChunk::SetBlock(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, case E_BLOCK_CHEST: case E_BLOCK_DISPENSER: case E_BLOCK_DROPPER: + case E_BLOCK_ENDER_CHEST: case E_BLOCK_LIT_FURNACE: case E_BLOCK_FURNACE: case E_BLOCK_HOPPER: |