From 6d36a82e190525f895bc93588d2e81f220ab5f5b Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 8 Jun 2012 14:17:33 +0000 Subject: Sugarcane grows and can be grown using bonemeal. git-svn-id: http://mc-server.googlecode.com/svn/trunk@578 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/cClientHandle.cpp') diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index 4c4461201..11a534442 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -1271,6 +1271,11 @@ void cClientHandle::HandleBlockPlace(cPacket_BlockPlace * a_Packet) } break; } + case E_ITEM_SUGARCANE: + { + a_Packet->m_ItemType = E_BLOCK_SUGARCANE; + break; + } default: { break; -- cgit v1.2.3