diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-06-01 19:03:09 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-06-03 22:31:00 +0300 |
commit | f3ec1452cdf73d62f38b0222dcbf8bc78293206d (patch) | |
tree | 672590b40a0a0e825468107ee2563ff5e6bf48ba /doc | |
parent | 29f03756bd7494ee6ceffd555c3b93a19295324d (diff) | |
download | minetest-f3ec1452cdf73d62f38b0222dcbf8bc78293206d.tar.gz minetest-f3ec1452cdf73d62f38b0222dcbf8bc78293206d.tar.bz2 minetest-f3ec1452cdf73d62f38b0222dcbf8bc78293206d.zip |
Random node metadata things
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 734171d07..58c260425 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1009,7 +1009,6 @@ Node definition (register_node) buildable_to = false, drop = "", -- alternatively drop = { max_items = ..., items = { ... } } - metadata_name = "", liquidtype = "none", liquid_alternative_flowing = "", liquid_alternative_source = "", |