Entity Documentation - minecraft:grows_crop

minecraft:grows_crop allows increased crop growth when the entity walks over crops.

Parameters

Name Default Value Type Description
chance 0 Decimal Value between 0-1. Chance of success per tick.
charges 10 Integer Number of charges

Example

"minecraft:grows_crop":{
    "chance": 0,
    "charges": 10
}

Vanilla entities examples

bee

"minecraft:grows_crop": {
                    "charges": 10,
                    "chance": 0.03
                }

Vanilla entities using minecraft:grows_crop