From 4561b2c22f755cd91009f2d90efa15671db6a15a Mon Sep 17 00:00:00 2001 From: "luksor111@gmail.com" Date: Sat, 29 Dec 2012 11:49:00 +0000 Subject: Cauldrons and Brewing Stands are now placeable Cauldrons can be filled with water and used to fill bottles git-svn-id: http://mc-server.googlecode.com/svn/trunk@1116 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/BlockID.cpp') 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; -- cgit v1.2.3