forked from VoxeLibre/VoxeLibre
Add API documentation for mcl_flowers
This commit is contained in:
parent
5124a97add
commit
21ddae3dc1
|
@ -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
|
Loading…
Reference in New Issue