植物自动收获(Automatic Harvesting Plants)

植物掉落时间修改。
第一次加载mod自动生成 AutomaticHarvesting.josn 文件，该文件为游戏原生数据，不要去修改，只做借鉴。
第二次加载mod自动生成 AutomaticHarvesting.config.josn 文件，该文件依据 AutomaticHarvesting.josn 文件生成，可修改文件。

AutomaticHarvesting.config.josn文件为植物配置信息，刺花修改如下：

	"Plants": [
    {
      "Id": "MushroomPlant",		//植物id        不要修改
      "DropTime": 1.0            //植物掉落时间  可修改 >0  (600/周期)
    },......]
	
一般第三次加载才有效果，即 AutomaticHarvesting.config.josn 文件存在才有效果
	
效果植物：
	MushroomPlant              蘑菇
	Oxyfern                    蕨氧草
	PrickleFlower              刺花
	SaltPlant                  盐藤
	SeaLettuce                 海生菜
	SpiceVine                  火椒藤
	SuperWormPlant             果虫植株
	SwampHarvestPlant          沼泽猪笼草
	WormPlant                  贫瘠果虫植株
	BasicFabricPlant           顶针芦苇
	BasicSingleHarvestPlant    米虱木
	BeanPlant                  小吃豆
	ColdBreather               冰萝卜
	GasGrass                   释气草
	ForestTree                 乔木树 <不要修改>
	ForestTreeBranch           乔木树枝
	ColdWheat                  小麦
	CritterTrapPlant           土星捕虫植株 <修改无效，需人工收获>
	FilterPlant                仙水掌
	SwampLily                  百合花

注意：
mod出错，非版本不同，请删除所有*.json文件。

Update：
	更新文件位置，在以下路径：
	文档<Documents>//Klei//OxygenNotIncluded//mods//HuangConfigs


