keeping a tree healthy

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

@ -42,7 +42,11 @@ plant_tree(Vector.new(35, 42, 36), "regular")
Grows the tree at `pos` if the node at `pos` is a valid pomegranate tree.
* `spray_tree()`
=== `spray_tree(pos, pesticide)`
* `pos`: `Vector`
* `pesticide`: `string`
Sprays tree at `pos` with `pesticide` if it is a registered chemical.
== Source
You can contribute to the documentation at {url-source}[our GitHub repository]!