diff options
author | Wuzzy <almikes@aol.com> | 2016-12-19 13:52:00 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-19 13:52:00 +0100 |
commit | 00dddcfe66b6b6f1cfbfb96118d8f15d4c484021 (patch) | |
tree | bef4a435718081fd5dcecc4f8a07a6df1125c67e | |
parent | e6f48daab7564c9a87ddda8cc5b91ccd7b9b131c (diff) |
Fix typo in API.md
-rw-r--r-- | API.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ Add a custom factoid (see above) for the specified category. * `movement`: Related to player movement on, in or at node * `sound`: Related to node sounds * `gravity`: Related to gravity (e.g. falling node) - * `drop_detroy`: Related to node being destroyed or node dropping as an item + * `drop_destroy`: Related to node being destroyed or node dropping as an item * `light`: Related to node light (luminance) * `mining`: Related to mining * `factoid_generator`: A function which turns item definition into a string |