summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-02-11 02:33:36 +0100
committerWuzzy <almikes@aol.com>2017-02-11 02:33:36 +0100
commit84a5f5f8c9c1c802972b3d643d4e913f00246acc (patch)
treed4592a8635f8464178dd35514287d64665e49379 /API.md
parent77a9f43b5df23049cc52cd17984b50b82d3c5c25 (diff)
Add rotate_node template text
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/API.md b/API.md
index 4724328..a5bde8b 100644
--- a/API.md
+++ b/API.md
@@ -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