From f32b5aafe824ab1d865ea0df8698ce45ccd1ca8b Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Sat, 5 Nov 2011 18:28:19 +0000 Subject: Added all the items up to Beta 1.9.5. Added pistons and piston class. git-svn-id: http://mc-server.googlecode.com/svn/trunk@63 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Defines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/Defines.h') diff --git a/source/Defines.h b/source/Defines.h index 1b176208c..e40da0420 100644 --- a/source/Defines.h +++ b/source/Defines.h @@ -18,9 +18,9 @@ extern bool g_BlockOneHitDig[]; inline bool IsValidBlock( int a_BlockID ) //tolua_export { //tolua_export if( a_BlockID > -1 && - a_BlockID <= 96 && - a_BlockID != 29 && - a_BlockID != 33 && + a_BlockID <= 121 && //items to 109 are valid for 1.8.1.. 1.9.5 is up to 121 + //a_BlockID != 29 && allow pistons + //a_BlockID != 33 && allow pistons a_BlockID != 34 && a_BlockID != 36 ) { -- cgit v1.2.3