diff options
author | Wuzzy <almikes@aol.com> | 2016-12-08 19:18:59 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-08 19:18:59 +0100 |
commit | 0ed6eb4951eb31b2f3b48c70514bf787a57cece0 (patch) | |
tree | c29fd0c95a7d2c6b175fca5c95f103c4ee122515 /API.md | |
parent | 989ec62153a840b46f93085541ae4498bc6cc624 (diff) |
Support factoids for tools and craftitems. Yay!
Diffstat (limited to 'API.md')
-rw-r--r-- | API.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -222,8 +222,8 @@ Add a custom factoid (see above) for the specified category. * `category_id`: The documentation category fow which the factoid applies: * `"nodes"`: Blocks - * `"tools"`: Tools and weapons (***Not yet supported***) - * `"craftitems"`: Misc. items (***Not yet supported***) + * `"tools"`: Tools and weapons + * `"craftitems"`: Misc. items * `factoid_type`: Rough categorization of the factoid's content. Controls where in the text the factoid appears. Possible values: * `"groups"`: Factoid appears near groups |