Leafy Garden | |
---|---|
Mod | Pam's HarvestCraft |
Type | Crop |
The Leafy Garden is a crop added by Pam's HarvestCraft. It is placed in the world at generation and is the only source of certain vegetables before the player is able to farm their own. Left-clicking on the Leafy Garden will break it and drop three of the following vegetables:
Config options[]
In the "harvestcraft.cfg" file the generation of the Leafy Garden can be disabled. The Rarity, the Drop Amount, the Drop as Seeds (instead of vegetables), and the Spread Rate of all gardens can be altered:
gardens { B:enableleafygardenGeneration=true B:enablegardenSpread=true I:gardenRarity=2 I:gardendropAmount=3 B:gardensdropSeeds=false I:gardenspreadRate=100 }
For almost all of these vegetables the drop of the corresponding seed from grass can be enabled and the rarity of all seeds can be changed at these lines:
seeds { B:artichokeseeddropfromgrass=false B:broccoliseeddropfromgrass=false B:brusselsproutseeddropfromgrass=false B:cabbageseeddropfromgrass=false B:cauliflowerseeddropfromgrass=false B:leekseeddropfromgrass=false B:lettuceseeddropfromgrass=false B:scallionseeddropfromgrass=false I:seedrarity=1 B:spinachseeddropfromgrass=false }