diff options
author | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-29 12:49:00 +0100 |
---|---|---|
committer | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-29 12:49:00 +0100 |
commit | 4561b2c22f755cd91009f2d90efa15671db6a15a (patch) | |
tree | 109b724402a17f5529e98ae762f978d436ff5e66 /source/BlockID.cpp | |
parent | ProtoProxy: Now handles the ATTACH_ENTITY packet (0x27) (diff) | |
download | cuberite-4561b2c22f755cd91009f2d90efa15671db6a15a.tar cuberite-4561b2c22f755cd91009f2d90efa15671db6a15a.tar.gz cuberite-4561b2c22f755cd91009f2d90efa15671db6a15a.tar.bz2 cuberite-4561b2c22f755cd91009f2d90efa15671db6a15a.tar.lz cuberite-4561b2c22f755cd91009f2d90efa15671db6a15a.tar.xz cuberite-4561b2c22f755cd91009f2d90efa15671db6a15a.tar.zst cuberite-4561b2c22f755cd91009f2d90efa15671db6a15a.zip |
Diffstat (limited to 'source/BlockID.cpp')
-rw-r--r-- | source/BlockID.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index d2bef02ce..8a02d58c5 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -514,6 +514,7 @@ public: // Blocks that donīt drop without a special tool g_BlockRequiresSpecialTool[E_BLOCK_BRICK] = true; + g_BlockRequiresSpecialTool[E_BLOCK_CAULDRON] = true; g_BlockRequiresSpecialTool[E_BLOCK_COAL_ORE] = true; g_BlockRequiresSpecialTool[E_BLOCK_COBBLESTONE] = true; g_BlockRequiresSpecialTool[E_BLOCK_COBBLESTONE_STAIRS] = true; |