Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
Gourd Garden

ModPam's HarvestCraft
TypeCrop

The Gourd Garden is a crop added by Pam's HarvestCraft. It is placed in the world at generation and the only source of some raw foods at the beginning, before the player they can cultivate themselves. By left-clicking on the Gourd Garden it will be destroyed and the player obtain three random chosen of the following raw foods:

Obtainable raw food Extractable seeds
and growthing plants

Cantaloupe
Cantaloupe Plant

Cucumber
Cucumber Plant

Pumpkin
Pumpkin

Winter Squash
Winter Squash Plant

Zucchini
Zucchini Plant

Config options[]

In the "harvestcraft.cfg" file the generation of the Gourd Garden can be disabled. Also it can be changed the Rarity, the Drop Amount, the Drop of Seeds (instead of raw food) and the Spread Rate all gardens at the same (including the Gourd Garden):

gardens {
    B:enablegourdgardenGeneration=true
	B:enablegardenSpread=true
    I:gardenRarity=2
    I:gardendropAmount=3
    B:gardensdropSeeds=false
    I:gardenspreadRate=100
}

Furthermore for almost all of these raw foods, 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:cantaloupeseeddropfromgrass=false
	B:cucumberseeddropfromgrass=false
    I:seedrarity=1
    B:wintersquashseeddropfromgrass=false
    B:zucchiniseeddropfromgrass=false
}



Advertisement