Pam's HarvestCraft 2 - Trees
No reviews yet
Part Two of the new HarvestCraft - Adds 49 new Fruit-bearing Trees to Minecraft
Designed to be relaxing and comfortable with little challenge, often including elements like peaceful villages, farming, and gentle exploration.
Features a central focus of farming and villages/ homesteading.
General improvements to world generation, such as bug fixes, aesthetic overhauls, or misc additions.
Enhances plant life and foliage in the game world.
Focuses on cooking, recipes, and food-related mechanics.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Support a Chronically Ill Mod Dev :)
☕Ko-fi: https://ko-fi.com/pamharvestcraft
🎨Patreon: https://www.patreon.com/pamsmods
💸Paypal: https://www.paypal.me/pamsmods
Contact Info
📧E-mail: worldofro (AT) gmail (DOT) com - Please use [ATTN:MODNAME] for the subject
Socials
🦋Bluesky: https://bsky.app/profile/pamharvestcraft.bsky.social
🐦Twitter: https://twitter.com/matrexsvigil
Chat with other HarvestCraft fans!
💬Discord: https://discord.gg/hpP79GaPGc
If you have any bugs, please report them in my Discord. Thanks!
----------------------------------------------------------------------------
Pam's HarvestCraft Creator GoFundMe to avoid Homelessness
https://gofund.me/e0016769f
Hi, I'm Pam, sole creator of Pam's HarvestCraft, and I've been trying hard over the last fourteen years to bring everyone's favorite foods, crops, and fruit trees to the game.
I now face homelessness due to Bipolar mania and depression, I've been left with severe cognitive difficulty, and I need help from the Minecraft community!
Please help me survive through the next year, so I can have the time to recover!
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Pam's HarvestCraft 2 - Trees
Welcome to the brand new HarvestCraft for 1.14.4 and beyond! Please read carefully as this is NOT a update of Pam's HarvestCraft but a re-boot. Pam's HarvestCraft will come in four mods. This is the third mod and adds FRUIT TREES ONLY. I did not touch vanilla trees at all.
This mod can be used BY ITSELF or WITH:
Pam's HarvestCraft 2 - Food Core
Pam's HarvestCraft 2 - Food Extended
Trees Added
Temperate (Fruit) - Apple, Avocado, Candlenut, Cherry, Chestnut, Gooseberry, Lemon, Nutmeg, Orange, Peach, Pear, Plum, Walnut, Spiderweb, Hazelnut, Pawpaw, Soursop
Warm (Fruit) -Almond, Apricot, Banana, Cashew, Coconut, Date, Dragonfruit, Durian, Fig, Grapefruit, Lime, Mango, Olive, Papaya, Pecan, Peppercorn, Persimmon, Pistachio, Pomegranate, Starfruit, Vanillabean, Breadfruit, Guava, Jackfruit, Lychee, Passionfruit, Rambutan, Tamarind
Warm (Log Fruit) - Cinnamon, Paperbark
Cold (Fruit) - Pinenut
Cold (Log Fruit) - Maple
Finding Trees
Trees spawn in three biome groupings - Temperate (i.e. Forests, Hills), Warm (i.e. Swamps, Jungles), and Cold (i.e. Snow). Changing their frequency can be done in the config and what they drop can be done in the fruit block JSON itself.
Tree Behavior
Trees grow from saplings made from EIGHT of the items the tree drops and any kind of sapling . Temperate, Warm, and Cold trees all have their own model and amount of fruits they spawn. Fruits and log fruits have eight stages of growth like crops but have only three textures. Fruits (both hanging and log fruits) can be right-clicked to be harvested when mature. You can change what item each crop block drops in the JSON block file itself if you want it to drop something new. You can also shear fruits and log fruits to hang from leaves (or place anywhere in the case of log fruits) -- shearing requires you to break the fruit and this happens quicker if the fruit is mature and the block will not drop a fruit at that point.
Recipes Added
- All nuts can be roasted in the forge, campfire, and smoker : Almond, Cashew, Chestnut, Hazelnut, Pinenut, Pistachio, Walnut, and Pecan
- x8 fruit items (or string for Spiderweb) plus a single sapling of any kind makes that fruit tree sapling
GIANT LIST OF CROP AND FRUIT TREE USES (Only applies to latest update)
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.
//Fruits/
AVOCADOITEM = hunger(4).saturation(0.3F)
CHERRYITEM = hunger(4).saturation(0.3F)
ORANGEITEM = hunger(4).saturation(0.3F)
PEACHITEM = hunger(4).saturation(0.3F)
PEARITEM = hunger(4).saturation(0.3F)
PLUMITEM = hunger(4).saturation(0.3F)
PAWPAWITEM = hunger(4).saturation(0.3F)
SOURSOPITEM = hunger(4).saturation(0.3F)
APRICOTITEM = hunger(4).saturation(0.3F)
BANANAITEM = hunger(4).saturation(0.3F)
CASHEWITEM = hunger(4).saturation(0.3F)
COCONUTITEM = hunger(4).saturation(0.3F)
DATEITEM = hunger(4).saturation(0.3F)
DRAGONFRUITITEM = hunger(4).saturation(0.3F)
FIGITEM = hunger(4).saturation(0.3F)
GRAPEFRUITITEM = hunger(4).saturation(0.3F)
JACKFRUITITEM = hunger(4).saturation(0.3F)
MANGOITEM = hunger(4).saturation(0.3F
)OLIVEITEM = hunger(4).saturation(0.3F)
PAPAYAITEM = hunger(4).saturation(0.3F)
PERSIMMONITEM = hunger(4).saturation(0.3F)
POMEGRANATEITEM = hunger(4).saturation(0.3F)
STARFRUITITEM = hunger(4).saturation(0.3F)
BREADFRUITITEM = hunger(4).saturation(0.3F)
GUAVAITEM = hunger(4).saturation(0.3F)
LYCHEEITEM = hunger(4).saturation(0.3F)
PASSIONFRUITITEM = hunger(4).saturation(0.3F)
RAMBUTANITEM = hunger(4).saturation(0.3F)
TAMARINDITEM = hunger(4).saturation(0.3F)
//Berries
GOOSEBERRYITEM = hunger(2).saturation(0.1F)
//Nuts
CHESTNUTITEM = hunger(1).saturation(0.3F)
WALNUTITEM = hunger(1).saturation(0.3F)
HAZELNUTITEM = hunger(1).saturation(0.3F)
ALMONDITEM = hunger(1).saturation(0.3F)
PECANITEM = hunger(1).saturation(0.3F
)PISTACHIOITEM = hunger(1).saturation(0.3F)
PINENUTITEM = hunger(1).saturation(0.3F)
//Roasted Nuts
ROASTEDCHESTNUTITEM = hunger(5).saturation(0.6F)
ROASTEDHAZELNUTITEM = hunger(5).saturation(0.6F)
ROASTEDWALNUTITEM = hunger(5).saturation(0.6F)
ROASTEDALMONDITEM = hunger(5).saturation(0.6F)
ROASTEDPECANITEM = hunger(5).saturation(0.6F)
ROASTEDPISTACHIOITEM = hunger(5).saturation(0.6F)
ROASTEDPINENUTITEM = hunger(5).saturation(0.6F)
//Not Tasty Fruits
CANDLENUTITEM = hunger(1).saturation(0.1F)
DURIANITEM = hunger(1).saturation(0.1F)
MAPLESYRUPITEM = hunger(1).saturation(0.1F)
LEMONITEM = hunger(1).saturation(0.1F)
LIMEITEM = hunger(1).saturation(0.1F)
Miscellaneous
- All fruits and saplings work in the composter
- Added tags (the new OreDictionary) to hopefully work with the Simple Farming mod and other Forge compliant food mods.
=====================================================================
Modpacks
I give permission to use the above described mod in modpacks that do not cost money (donations, Patreon, etc is fine) so long as you credit Pamela Collins (MatrexsVigil) and Rhodox of the Painterly Pack somewhere in your modpack's description and/or list of mods. I give permission to modify the above described mod through add-ons, JSON files, or config changes so long as you inform your players of the changes and notify them that these are your changes and not mine.
I do NOT give permission to anyone under any circumstance to distribute, de-compile for non-educational purposes, sell for any currency of any kind, only allow access via payment (donations, Patreon are fine), re-name, be on a server that costs money to play on (donations, Patreon are fine), re-upload/re-distribute 'dead' versions, use textures from, or grossly modify the above described mod for any reason ever unless you get written and dated permission from me.
I would appreciate that any modpack creators and/or server administrators that greatly benefit from having my mod in their pack/on their server donate to my Patreon, but I am not requiring this.
Thank you for abiding by this license. Feel free to contact me via the above contact information if you need to ask questions or raise concerns.
All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you.
----------------------------------------------------------------------------

----------------------------------------------------------------------------
Enjoy a near identical version of my Pam's HarvestCraft: Food Core on a Minecraft Bedrock Marketplace map with a fully themed village and farm starting area for survival. Enjoy all 9 tools, 120+ foods using vanilla Minecraft crops including Epic Bacon!




Pam's HarvestCraft: Winter Farm Map
The second installment of the Minecraft mod-inspired map series is finally here! Play with brand-new winter-inspired crops, craftable items and interactive NPCs!
- Farm winter crops such as sweet potatoes and more!
- NEW: Hunt down wild beehives and use them to farm cool loot!
- Grade your crops using the brand-new grading machine
![]()
Pam's HarvestCraft: Summer Farm map
is now available for purchase on the Minecraft Marketplace! Enjoy vanilla Minecraft food and crops retextured to HarvestCraft items along with being able to explore a very well crafted and beautiful survival map based on Harvest Moon and Stardew Valley! Meet villagers, ship crops in a shipping bin for emeralds, and discover fun secrets! And then do everything Minecraft normal allows you to do! <3

Support a Chronically Ill Mod Dev :)
☕Ko-fi: https://ko-fi.com/pamharvestcraft
🎨Patreon: https://www.patreon.com/pamsmods
💸Paypal: https://www.paypal.me/pamsmods
Contact Info
📧E-mail: worldofro (AT) gmail (DOT) com - Please use [ATTN:MODNAME] for the subject
Socials
🦋Bluesky: https://bsky.app/profile/pamharvestcraft.bsky.social
🐦Twitter: https://twitter.com/matrexsvigil
Chat with other HarvestCraft fans!
💬Discord: https://discord.gg/hpP79GaPGc
If you have any bugs, please report them in my Discord. Thanks!
Pam's HarvestCraft 2: Trees
Please read carefully as this is NOT a update of Pam's HarvestCraft but a re-boot. Pam's HarvestCraft 2 will come seperated mods.
This mod adds 50 fruit trees to the game that spawn in specific biomes with fruits generating under the leaves as their own crop-like blocks.
These act like right-click harvest crops that don’t need light, soil, or water but do need leaves above them. Some fruit blocks resemble logs (cinnamon, maple syrup, paperbark) and the only difference is that the fruit logs are not walk-through and block light.
The fruit blocks can be sheared to be placed under other leaves (mostly for decorating purposes).
Fruit trees grow from fruit tree saplings (made with fruit items and biome appropriate saplings).
### Mod License/Modpacks
I give permission to use the above described mod in modpacks that do not cost money (donations, Patreon, etc is fine) so long as you credit Pamela Collins (MatrexsVigil, PamHarvestCraft) and Rhodox of the Painterly Pack somewhere in your modpack's description and/or list of mods. I give permission to modify the above described mod through add-ons, JSON files, or config changes so long as you inform your players of the changes and notify them that these are your changes and not mine.
I do NOT give permission to anyone under any circumstance to distribute, de-compile for non-educational purposes, sell for any currency of any kind, only allow access via payment (donations, Patreon are fine), re-name, be on a server that costs money to play on (donations, Patreon are fine), re-upload/re-distribute 'dead' versions, use textures from, or grossly modify the above described mod for any reason ever unless you get written and dated permission from me.
I would appreciate that any modpack creators and/or server administrators that greatly benefit from having my mod in their pack/on their server donate to my Patreon, but I am not requiring this.
Thank you for abiding by this license. Feel free to contact me via the above contact information if you need to ask questions or raise concerns.
All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
