projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab50cd
)
Note in init.lua the methods specific to the "generic" node metadata
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 1 Dec 2011 08:55:25 +0000
(10:55 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 1 Dec 2011 08:55:25 +0000
(10:55 +0200)
data/mods/default/init.lua
patch
|
blob
|
history
diff --git
a/data/mods/default/init.lua
b/data/mods/default/init.lua
index 7dca9d8734c04b51ad014fdfe5659f11950f5392..0333ae0136c6b3e5f221991c2c1e6d85a1dac870 100644
(file)
--- a/
data/mods/default/init.lua
+++ b/
data/mods/default/init.lua
@@
-61,6
+61,7
@@
-- - set_text(text) -- eg. set the text of a sign
-- - get_text()
-- - get_owner()
+-- Generic node metadata specific:
-- - set_infotext(infotext)
-- - inventory_set_list(name, {item1, item2, ...})
-- - inventory_get_list(name)