From 1cca9b13b3d320ff767cfc552413265b2ef6e0d6 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 6 Jun 2012 20:18:50 +0000 Subject: Item-dropping code rewritten and centralized - now there's only one place to modify if we want to split or merge same-item drops: cWorld:SpawnItemPickups(). Also, mined blocks can now drop more items, and they recognize if they're being mined by the correct tool. git-svn-id: http://mc-server.googlecode.com/svn/trunk@561 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cPluginManager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cPluginManager.h') diff --git a/source/cPluginManager.h b/source/cPluginManager.h index b6983a5e3..8d0a82a39 100644 --- a/source/cPluginManager.h +++ b/source/cPluginManager.h @@ -29,6 +29,7 @@ public: //tolua_export E_PLUGIN_KILLED, // tolua_export E_PLUGIN_CHUNK_GENERATED, // tolua_export E_PLUGIN_CHUNK_GENERATING, // tolua_export + E_PLUGIN_BLOCK_TO_DROPS, // tolua_export }; // tolua_export static cPluginManager * GetPluginManager(); //tolua_export -- cgit v1.2.3