From 84a5f5f8c9c1c802972b3d643d4e913f00246acc Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Feb 2017 02:33:36 +0100 Subject: Add rotate_node template text --- API.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'API.md') 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 -- cgit v1.2.3