Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
Leafy Garden

ModPam's HarvestCraft
TypeCrop

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:

Obtainable vegetables Seeds

Artichoke
Artichoke Seed

Broccoli
Broccoli Seed

Brussel Sprout
Brussel Sprout Seed

Cabbage
Cabbage Seed

Cauliflower
Cauliflower Seed

Leek
Leek

Lettuce
Lettuce Seed

Scallion
Scallion Seed

Spinach
Spinach Seed

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
}



Advertisement