From 9d6a5b9ce0ea5fbbb377b6a950ec1f27ae6a1587 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 29 May 2012 14:59:43 +0000 Subject: Added code for the chunks to manipulate their neighbors while ticking. Also added some basic farming support - melon and pumpkin growing code. Untested and untestable so far, will test and fix later. git-svn-id: http://mc-server.googlecode.com/svn/trunk@518 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/BlockID.h') diff --git a/source/BlockID.h b/source/BlockID.h index 2cb66776b..03a48491f 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -65,7 +65,8 @@ enum ENUM_BLOCK_ID E_BLOCK_DIAMOND_BLOCK = 57, E_BLOCK_WORKBENCH = 58, E_BLOCK_CROPS = 59, - E_BLOCK_SOIL = 60, + E_BLOCK_SOIL = 60, // Deprecated, use E_BLOCK_FARMLAND instead + E_BLOCK_FARMLAND = 60, E_BLOCK_FURNACE = 61, E_BLOCK_BURNING_FURNACE = 62, E_BLOCK_SIGN_POST = 63, -- cgit v1.2.3