Supported Loaders:
Forge 1.7.10~Latest (this)
Fabric 1.7.10/1.8.9/1.14.X~Latest (here)
The mod lets plant items try to transform into plant blocks some time after landing.
Example:
When a sapling item lands on a dirt block/grass block, it will be automatically planted soon.
Configuration:
refreshInterval -> The time of the refresh interval. After each interval, the plant item will try to plant below.
expireTime -> The time before the item entity's expiration. The item entity whose age is larger than this will be cleared, just like what happens in vanilla.
playSound -> If true, a sound will be played on quick-planting.
ATTENTION:
Any plant that implements IPlantable is supported!
You DEFINITELY CAN add the mod to your modpack.