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

Pam_s HarvestCraft 2 – Crops mod for minecraft logo

Features:

Crops Added:

  • Fruits – Blackberry, Blueberry, Cactus Fruit, Candleberry, Cantaloupe, Cranberry, Grape, Green Grape, Huckleberry, Juniperberry, Kiwi, Mulberry, Pineapple, Raspberry, Strawberry
  • Fibers – Cotton, Flax, Jute, Kenaf, Sisal
  • Grains – Amaranth, Barley, Bean, Chickpea, Corn, Lentil, Oats, Quinoa, Rice, Rye, Soybean
  • Vegetables – Arrowroot, Artichoke, Asparagus, Bellpepper, Broccoli, Brussel Sprout, Cabbage, Cassava, Cauliflower, Celery, Chili Pepper, Cucumber, Eggplant, Garlic, Jicama, Kale, Kohlrabi, Leek, Lettuce, Okra, Onion, Parsnip, Peanut, Peas, Radish, Rhubarb, Rutabaga, Scallion, Spinach, Sweet Potato, Taro, Tomatillo, Tomato, Turnip, Water Chestnut, Winter Squash, Zucchini
  • Misc – Coffee Bean, Tea Leaf, Agave, White Mushroom, Ginger, Sesame Seeds, Spice Leaf, Mustard Seeds

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.

  • Arid Garden – Agave, Cactus, Cactus Fruit, Cassava, Chickpea, Lentil, Sisal
  • Frost Garden – Broccoli, Cabbage, Cauliflower, Celery, Cotton, Huckleberry, Juniperberry, Kohlrabi, Oats, Peas, Quinoa, Raspberry, Rutabaga, Rye, Spinach
  • Shaded Garden – Bean, Blackberry, Garlic, Jute, Leek, Radish, Rhubarb, Scallion, Spiceleaf, Sweet Potato, Tea Leaf, Tomato, Turnip, White Mushroom, Zucchini
  • Soggy Garden – Asparagus, Blueberry, Brussel Sprout, Cotton, Cranberry, Green Grape, Jicama, Kale, Millet, Mulberry, Okra, Rice, Spiceleaf, Tomatillo, Water Chestnut
  • Tropical Garden – Arrowroot, Cataloupe, Coffee Bean, Eggplant, Grape, Kenaf, Kiwi, Pineapple, Sesame Seeds, Soybean, Taro
  • Windy Garden – Amaranth, Artichoke, Barley, Bell Pepper, Chili Pepper, Corn, Cucumber, Elderberry, Flax, Lettuce, Mustard Seeds, Onion, Parsnip, Peanut, Strawberry, Winter Squash

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:

  • Cows, Sheep now follow/breed with Amaranth, Barley, Bean, Chickpea, Corn, Lentil, Mustard Seeds (item), Oats, Quinoa, Rice, Rye, Soybean
  • Pigs now follow/breed with Arrowroot, Artichoke, Asparagus, Bellpepper, Broccoli, Brusselsprout, Cabbage, Cassava, Cauliflower, Celery, Chilipepper, Cucumber, Eggplant, Garlic, Jicama, Kale, Kohlrabi, Leek, Lettuce, Okra, Onion, Parsnip, Peanut, Peas, Radish, Rhubarb, Rutabaga, Scallion, Spinach, Sweet Potato, Taro, Tomatillo, Tomato, Turnip, Water Chestnut, Winter Squash, Zucchini
  • Rabbits now follow/breed with Blackberry, Blueberry, Cactusfruit, Candleberry, Cantaloupe, Cranberry, Elderberry, Grape, Green Grape, Huckleberry, Juniperberry, Kiwi, Melon Slice, Mulberry, Pineapple, Raspberry, Spiceleaf, Strawberry, and Sweet Berries
  • Chickens now follow/breed with every seed known to man

Recipes Added:

  • All root vegetables can be cooked in the forge, campfire, and smoker : Arrowroot, Cassava, Garlic, Jicama, Kohlrabi, Leek, Onion, Parsnip, Peanut, Radish, Rhubarb, Rutabaga, Scallion, Sweet Potato, Taro, Turnip, Water Chestnut, White Mushroom (Brown and Red Mushroom works as well)
  • Tea Leaf and Coffee can be cooked in the forge, campfire, and smoker
  • x2 Fiber items (Cotton, Flax, Jute, Kenaf, Sisal) make x1 String
  • x3 Grain items (Amaranth, Barley, Bean, Chickpea, Corn, Lentil, Oats, Quinoa, Rice, Rye, Soybean) make x1 Bread
  • x2 Agave make x2 Sugar
  • x2 Paper_Plants (Blackberry, Juniperberry, Kelp, Mulberry, Okra, Pineapple, Raspberry, Rice, Spiceleaf) make x2 Paper
  • x1 any crop makes x1 its seed

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 Spoiler

//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

Requires:

Minecraft Forge

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

Pam’s HarvestCraft 2 – Crops Mod (1.20.4, 1.19.2) Download Links

Other Versions:

Show Spoiler

For Minecraft 1.16.4

Download from Server 2

For Minecraft 1.14.4

Download from Server 2

For Minecraft 1.15.2

Download from Server 2

For Minecraft 1.16.5

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

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.20.4

Forge version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 13 Average: 3.7]