age_crop
Advances a crop's growth by a number of stages.
Categories: world
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
age | The number of growth stages to advance. Supports expressions. | EXPRESSION | 1 |
Trigger parameters required
BLOCK
Example
effects:
- id: age_crop
args:
age: 1 + %level% # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |