From 67d45d56606388087286fc8866e9fa5060f909fb Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Fri, 3 May 2019 13:51:17 +0200 Subject: [PATCH] Updates via shellscript --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index bb83525..f495c2a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,13 @@ # modlib Lightweight Minetest Modding Library + +## About +No dependencies. Licensed under the MIT License. Compatibility is checked automatically. + ## API +### Some more stuff +The things listed below are just a few, and as the library grows, I am not mentioning them all here, but I hope the function names are self-explaining. If not, feel free to contact me or create an issue / PR on GitHub. ### `table_ext` Table Helpers. Self-explaining - merge tables, count tables, add items to tables, etc. ### `number_ext`