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/Items/ItemPickaxe.h | |
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/Items/ItemPickaxe.h')
-rw-r--r-- | source/Items/ItemPickaxe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Items/ItemPickaxe.h b/source/Items/ItemPickaxe.h index 4f513d2bc..26d0d5ade 100644 --- a/source/Items/ItemPickaxe.h +++ b/source/Items/ItemPickaxe.h @@ -68,6 +68,7 @@ public: case E_BLOCK_COBBLESTONE_STAIRS:
case E_BLOCK_STONE_BRICK_STAIRS:
case E_BLOCK_NETHER_BRICK_STAIRS:
+ case E_BLOCK_CAULDRON:
return PickaxeLevel() >= 1;
}
return false;
|