diff options
author | Wuzzy <almikes@aol.com> | 2017-02-11 02:33:36 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-02-11 02:33:36 +0100 |
commit | 84a5f5f8c9c1c802972b3d643d4e913f00246acc (patch) | |
tree | d4592a8635f8464178dd35514287d64665e49379 /API.md | |
parent | 77a9f43b5df23049cc52cd17984b50b82d3c5c25 (diff) |
Add rotate_node template text
Diffstat (limited to 'API.md')
-rw-r--r-- | API.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ to avoid redundancy and to increase consistency for simple things. Read ##### Usage help * `doc.sub.items.temp.eat`: For eatable items using the `on_use=minetest.item_eat(1)` idiom * `doc.sub.items.temp.eat_bad`: Same as above, but eating them is considered a bad idea +* `doc.sub.items.temp.rotate_node`: For nodes with `on_place=minetest.rotate_node`, + explains placement and rotation ### Entry creation By default, an entry for each item is added automatically, except for items |