1
0

Added a documentation for block and item handlers

Probably fixed dependencies on cWebPlugin_Lua
Fixed VC2010 Project file

git-svn-id: http://mc-server.googlecode.com/svn/trunk@778 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
lapayo94@gmail.com
2012-08-22 16:31:13 +00:00
parent 7c84349990
commit 886c7f5624
8 changed files with 46 additions and 28 deletions

View File

@@ -238,12 +238,6 @@ void cBlockHandler::PlaceBlock(cWorld *a_World, cPlayer *a_Player, NIBBLETYPE a_
OnPlacedByPlayer(a_World, a_Player, a_X, a_Y, a_Z, a_Dir);
}
int cBlockHandler::GetTickRate()
{
return 10;
}
char cBlockHandler::GetDropCount()
{
return 1;