HomeJavaModsPam's HarvestCraft 2 – Crops Mod (1.21.1, 1.20.1) – Many New Crops
Pam's HarvestCraft 2 – Crops Mod (1.21.1, 1.20.1) – Many New Crops
ModsJava

Pam's HarvestCraft 2 – Crops Mod (1.21.1, 1.20.1) – Many New Crops

Pam's HarvestCraft comes in four mods. Pam's HarvestCraft 2 – Crops Mod is the second and adds the crops only. Features: Crops Added: Fruits – Blackberry…

⬇ DownloadOpen in MCModsHubGet it on Google Play →

Pam’s HarvestCraft comes in four mods. Pam’s HarvestCraft 2 – Crops Mod is the second and adds the crops only.

Pam_s HarvestCraft 2 - Crops mod for minecraft logo

Features:

Crops Added:

Finding Crops:

Crops can be found in naturally spawning blocks called gardens.  Different gardens spawn in different biomes, and drop different crops.  Gardens now drop one item each, spawn in groups of 2-6ish, do NOT spread, and can NOT be picked up.  Changing their frequency can be done in the config and how much and what they drop can be done in the block JSON itself.

Crop Behavior:

Crops can be planted using the food item itself or the seed.  Crops now have a full eight stages like wheat.  Crops drop an average of 2-4 crop items and do NOT drop seeds.  You can change what item each crop block drops in the JSON block file itself if you want it to drop seeds.  Crops can be right-clicked to be harvested.  This should work with Minecraft crops as well.

Animal Behaviors Added:

Recipes Added:

Food Behavior:

Crops now restore values similar to the items they resemble in Minecraft.

If a crop is not on that list, it is no longer edible.

Show More

//Vegetables
ARTICHOKEITEM = hunger(3).saturation(0.6F)
ASPARAGUSITEM = hunger(3).saturation(0.6F)
BELLPEPPERITEM = hunger(3).saturation(0.6F)
BROCCOLIITEM = hunger(3).saturation(0.6F)
BRUSSELSPROUTITEM = hunger(3).saturation(0.6F)
CABBAGEITEM = hunger(3).saturation(0.6F)
CAULIFLOWERITEM = hunger(3).saturation(0.6F)
CELERYITEM = hunger(3).saturation(0.6F)
CHILIPEPPERITEM = hunger(3).saturation(0.6F)
CUCUMBERITEM = hunger(3).saturation(0.6F)
EGGPLANTITEM = hunger(3).saturation(0.6F)
KALEITEM = hunger(3).saturation(0.6F)
LETTUCEITEM = hunger(3).saturation(0.6F)
OKRAITEM = hunger(3).saturation(0.6F)
PEASITEM = hunger(3).saturation(0.6F)
SPINACHITEM = hunger(3).saturation(0.6F)
TOMATILLOITEM = hunger(3).saturation(0.6F)
TOMATOITEM = hunger(3).saturation(0.6F)
WINTERSQUASHITEM = hunger(3).saturation(0.6F)
ZUCCHINIITEM = hunger(3).saturation(0.6F)

//Root Vegetables
ARROWROOTITEM = hunger(1).saturation(0.3F)
CASSAVAITEM = hunger(1).saturation(0.3F)
GARLICITEM = hunger(1).saturation(0.3F)
JICAMAITEM = hunger(1).saturation(0.3F)
LEEKITEM = hunger(1).saturation(0.3F)
KOHLRABIITEM = hunger(1).saturation(0.3F)
ONIONITEM = hunger(1).saturation(0.3F)
PARSNIPITEM = hunger(1).saturation(0.3F)
PEANUTITEM = hunger(1).saturation(0.3F)
RADISHITEM = hunger(1).saturation(0.3F)
RHUBARBITEM = hunger(1).saturation(0.3F)
RUTABAGAITEM = hunger(1).saturation(0.3F)
SCALLIONITEM = hunger(1).saturation(0.3F)
SWEETPOTATOITEM = hunger(1).saturation(0.3F)
TAROITEM = hunger(1).saturation(0.3F)
TURNIPITEM = hunger(1).saturation(0.3F)
WATERCHESTNUTITEM = hunger(1).saturation(0.3F)

//Fruits
BLACKBERRYITEM = hunger(2).saturation(0.1F)
BLUEBERRYITEM = hunger(2).saturation(0.1F)
CACTUSFRUITITEM = hunger(2).saturation(0.3F)
CANDLEBERRYITEM = hunger(2).saturation(0.1F)
CANTALOUPEITEM = hunger(2).saturation(0.3F)
CRANBERRYITEM = hunger(2).saturation(0.1F)
ELDERBERRYITEM = hunger(2).saturation(0.1F)
GRAPEITEM = hunger(2).saturation(0.3F)
GREENGRAPEITEM = hunger(2).saturation(0.3F)
HUCKLEBERRYITEM = hunger(2).saturation(0.1F)
JUNIPERBERRYITEM = hunger(2).saturation(0.1F)
KIWIITEM = hunger(2).saturation(0.3F)
MULBERRYITEM = hunger(2).saturation(0.1F)
PINEAPPLEITEM = hunger(2).saturation(0.3F)
RASPBERRYITEM = hunger(2).saturation(0.1F)
STRAWBERRYITEM = hunger(2).saturation(0.1F)

//Misc
WHITEMUSHROOMITEM = hunger(1).saturation(0.3F)
SPICELEAF = hunger(1).saturation(0.1F)

//Baked Root Vegetable
BAKEDARROWROOTITEM = hunger(5).saturation(0.6F)
BAKEDCASSAVAITEM = hunger(5).saturation(0.6F)
ROASTEDGARLICITEM = hunger(5).saturation(0.6F)
BAKEDJICAMAITEM = hunger(5).saturation(0.6F)
ROASTEDLEEKITEM = hunger(5).saturation(0.6F)
ROASTEDKOHLRABIITEM = hunger(5).saturation(0.6F)
ROASTEDONIONITEM = hunger(5).saturation(0.6F)
BAKEDPARSNIPITEM = hunger(5).saturation(0.6F)
ROASTEDPEANUTITEM = hunger(5).saturation(0.6F)
ROASTEDRADISHITEM = hunger(5).saturation(0.6F)
ROASTEDRHUBARBITEM = hunger(5).saturation(0.6F)
BAKEDRUTABAGAITEM = hunger(5).saturation(0.6F)
ROASTEDSCALLIONITEM = hunger(5).saturation(0.6F)
BAKEDSWEETPOTATOITEM = hunger(5).saturation(0.6F)
BAKEDTAROITEM = hunger(5).saturation(0.6F)
BAKEDTURNIPITEM = hunger(5).saturation(0.6F)
BAKEDWATERCHESTNUTITEM = hunger(5).saturation(0.6F)

//Becomes Vegetable-level when cooked
ROASTEDMUSHROOMITEM = hunger(3).saturation(0.6F)
HOTTEAITEM = hunger(3).saturation(0.6F)
HOTCOFFEEITEM = hunger(3).saturation(0.6F)

Screenshots:

Pam_s HarvestCraft 2 - Crops mod for minecraft 01

Pam_s HarvestCraft 2 - Crops mod for minecraft 02

Pam_s HarvestCraft 2 - Crops mod for minecraft 03

Pam_s HarvestCraft 2 - Crops mod for minecraft 04

Pam_s HarvestCraft 2 - Crops mod for minecraft 05

Pam_s HarvestCraft 2 - Crops mod for minecraft 06

Pam_s HarvestCraft 2 - Crops mod for minecraft 07

Pam_s HarvestCraft 2 - Crops mod for minecraft 08

Pam_s HarvestCraft 2 - Crops mod for minecraft 09

Pam_s HarvestCraft 2 - Crops mod for minecraft 10

Pam_s HarvestCraft 2 - Crops mod for minecraft 11

Pam_s HarvestCraft 2 - Crops mod for minecraft 12

Pam_s HarvestCraft 2 - Crops mod for minecraft 13

Pam_s HarvestCraft 2 - Crops mod for minecraft 14

Pam’s HarvestCraft 2 – Crops Mod Download Links

For Minecraft 1.14.4

Forge version: Download from Server 2

For Minecraft 1.15.2

Forge version: Download from Server 2

For Minecraft 1.16.5

Forge version: Download from Server 2

For Minecraft 1.18.2

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.19.2

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.20.4

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.21.1, 1.21

NeoForge version: Download from Server 1Download from Server 2

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more