summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-30 00:12:54 +0100
committermadmaxoft <github@xoft.cz>2014-03-30 00:12:54 +0100
commit475fc4b1ab76955dc1e3625e75549dc86f0ca860 (patch)
treeb098b07f7767b29651bb920aeccf7efe02879c60 /src
parentNetherForts have a minimum number of pieces. (diff)
downloadcuberite-475fc4b1ab76955dc1e3625e75549dc86f0ca860.tar
cuberite-475fc4b1ab76955dc1e3625e75549dc86f0ca860.tar.gz
cuberite-475fc4b1ab76955dc1e3625e75549dc86f0ca860.tar.bz2
cuberite-475fc4b1ab76955dc1e3625e75549dc86f0ca860.tar.lz
cuberite-475fc4b1ab76955dc1e3625e75549dc86f0ca860.tar.xz
cuberite-475fc4b1ab76955dc1e3625e75549dc86f0ca860.tar.zst
cuberite-475fc4b1ab76955dc1e3625e75549dc86f0ca860.zip
Diffstat (limited to 'src')
-rw-r--r--src/Blocks/BlockChest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blocks/BlockChest.h b/src/Blocks/BlockChest.h
index 30588d8fc..7abf01301 100644
--- a/src/Blocks/BlockChest.h
+++ b/src/Blocks/BlockChest.h
@@ -11,11 +11,11 @@
class cBlockChestHandler :
- public cMetaRotater<cBlockEntityHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>
+ public cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04, true>
{
public:
cBlockChestHandler(BLOCKTYPE a_BlockType)
- : cMetaRotater<cBlockEntityHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>(a_BlockType)
+ : cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04, true>(a_BlockType)
{
}