harvest_crop
Harvests the triggered crop block and resets its growth to zero.
Categories: world
Required arguments
| Key(s) | Description | Type |
|---|---|---|
only_fully_grown | Whether the crop must be fully grown before it is harvested. | BOOLEAN |
Trigger parameters required
BLOCK
Example
effects:
- id: harvest_crop
args:
only_fully_grown: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |