Skip to content

The Basics

Daylon Crider edited this page Feb 2, 2021 · 3 revisions

Last Day To Plant - The Basics

This mod aims to be pretty straight-forward and simple. There is a configuration file that allows you to toggle whether or not notifications are shown for the various fertilizers.

For example, in addition to a notification on Day 16 of Spring for Cauliflower, if you enable all options, you will also get a notification on Days 18, 19, and 20 for Speed Gro, Deluxe Speed Gro, and Hyper Speed Gro, respectively, for Cauliflower.

The config.json file looks like this:

{
  "IsAgriculturist": false,
  "ShowSpeedGro": false,
  "ShowDeluxeSpeedGro": false,
  "ShowHyperSpeedGro": false
}

The IsAgriculturist flag will soon be removed by an automated check. When true, it accounts for the 10% growth rate boost given by that profession.

Clone this wiki locally