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 /init.lua | |
parent | 77a9f43b5df23049cc52cd17984b50b82d3c5c25 (diff) |
Add rotate_node template text
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ doc.sub.items.temp.craftitem = S("This item is primarily used for crafting other doc.sub.items.temp.eat = S("Hold it in your hand, then leftclick to eat it.") doc.sub.items.temp.eat_bad = S("Hold it in your hand, then leftclick to eat it. But why would you want to do this?") +doc.sub.items.temp.rotate_node = S("This block's rotation is affected by the way you place it: Place it on the floor or ceiling for a vertical orientation; place it at the side for a horizontal orientation. Sneaking while placing it leads to a perpendicular orientation instead.") doc.sub.items.settings = {} doc.sub.items.settings.friendly_group_names = false |