From 21ddae3dc101a36e8515840dbae6e1ca3608104c Mon Sep 17 00:00:00 2001
From: AFCMS <afcms@noreply.git.minetest.land>
Date: Thu, 11 Mar 2021 17:43:09 +0000
Subject: [PATCH] Add API documentation for mcl_flowers

---
 mods/ITEMS/mcl_flowers/API.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 mods/ITEMS/mcl_flowers/API.md

diff --git a/mods/ITEMS/mcl_flowers/API.md b/mods/ITEMS/mcl_flowers/API.md
new file mode 100644
index 000000000..f518a2f4c
--- /dev/null
+++ b/mods/ITEMS/mcl_flowers/API.md
@@ -0,0 +1,9 @@
+#API
+Flower mod for mcl2
+# Functions
+##mcl_flowers.register_simple_flower(name, desc, image, simple_selection_box)
+Register a simple flower:
+* name: legacity name eg: "my_super_flower"
+* desc: description eg: "My Super Flower"
+* image: texture
+* simple_selection_box: nodebox of the flower
\ No newline at end of file