1
0

Exported cWorld::DoWithChestAt to Lua

Exported cChestEntity to Lua for handling in DoWithChestAt

git-svn-id: http://mc-server.googlecode.com/svn/trunk@820 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
faketruth
2012-09-02 13:34:59 +00:00
parent c7d5c00a17
commit 9db307bb53
5 changed files with 419 additions and 42 deletions

View File

@@ -29,6 +29,7 @@ $cfile "cServer.h"
$cfile "cWorld.h"
$cfile "cInventory.h"
$cfile "cItem.h"
$cfile "cChestEntity.h"
$cfile "cWebAdmin.h"
$cfile "cWebPlugin.h"
$cfile "cPickup.h"
@@ -45,4 +46,4 @@ $cfile "cGroup.h"
$cfile "BlockArea.h"
$cfile "cLuaChunk.h"
$cfile "CraftingRecipes.h"
$cfile "LuaItems.h"
$cfile "LuaItems.h"