mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove burn time definitions from FurnaceNodeMetadata
This commit is contained in:
parent
7fae32095a
commit
6a417c538f
9 changed files with 79 additions and 87 deletions
|
@ -40,7 +40,8 @@ extern "C" {
|
|||
/*
|
||||
TODO:
|
||||
- Node definition
|
||||
- Random node triggers
|
||||
- Random node triggers (like grass growth)
|
||||
- Deterministic node triggers (like falling sand)
|
||||
- Object visual client-side stuff
|
||||
- Blink effect
|
||||
- Spritesheets and animation
|
||||
|
@ -52,7 +53,7 @@ TODO:
|
|||
blockdef.on_inventory_modified
|
||||
meta.set("owner", playername)
|
||||
meta.get("owner")
|
||||
- Item definition
|
||||
- Item definition (actually, only CraftItem)
|
||||
*/
|
||||
|
||||
static void stackDump(lua_State *L, std::ostream &o)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue