mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Attempt to begin to implement chests and furnace in Lua (with problems)
This commit is contained in:
parent
fe8c5546f0
commit
29f03756bd
3 changed files with 28 additions and 19 deletions
|
@ -768,13 +768,6 @@ Deprecated:
|
|||
|
||||
NodeMetaRef (this stuff is subject to change in a future version)
|
||||
methods:
|
||||
- get_type()
|
||||
- allows_text_input()
|
||||
- set_text(text) -- eg. set the text of a sign
|
||||
- get_text()
|
||||
- get_owner()
|
||||
- set_owner(string)
|
||||
Generic node metadata specific:
|
||||
- set_string(name, value)
|
||||
- get_string(name)
|
||||
- set_int(name, value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue