Update TODO list in scriptapi.cpp

This commit is contained in:
Perttu Ahola 2011-11-15 08:16:12 +02:00
parent 7878d9b3f6
commit 40e7a1a5c9
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ extern "C" {
/*
TODO:
- Node type definition
- Node definition
- Random node triggers
- Object visual client-side stuff
- Blink effect
@ -52,6 +52,7 @@ TODO:
blockdef.on_inventory_modified
meta.set("owner", playername)
meta.get("owner")
- Item definition
*/
static void stackDump(lua_State *L, std::ostream &o)