growing a tree

Co-authored-by: benrob0329 <ben@innovationplex.com>
This commit is contained in:
JosiahWI 2022-01-01 14:38:31 -06:00 committed by GitHub
parent 949973fa10
commit c7ae328a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,11 @@ Plants a tree of type `name` at `pos` if `name` is a registered pomegranate tree
plant_tree(Vector.new(35, 42, 36), "regular")
---
* `grow_tree()`
=== `grow_tree(pos)`
* `pos`: `Vector`
Grows the tree at `pos` if the node at `pos` is a valid pomegranate tree.
* `spray_tree()`
== Source