Gardening Turtle
The Gardening Turtle Upgrade is a turtle upgrade which allows turtles to get the age of a crop is as a percentage and use bonemeal on plants.
Functions
| Function | Returns | Description |
|---|---|---|
| getGrowth() | number growth | This function returns how grown the plant in front of the turtle is. This number is a percentage (Out of 100) |
| getGrowthUp() | number growth | This function returns how grown the plant above the turtle is. This number is a percentage (Out of 100) |
| getGrowthDown() | number growth | This function returns how grown the plant below the turtle is. This number is a percentage (Out of 100) |
| fertilize() | boolean success | This function attempts to use bonemeal in the turtle's currently selected slot on the plant in front of it. |
| fertilizeUp() | boolean success | This function attempts to use bonemeal in the turtle's currently selected slot on the plant above it. |
| fertilizeDown() | boolean success | This function attempts to use bonemeal in the turtle's currently selected slot on the plant below it. |