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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user