Loading...
Beta Modpages Unclaimed

Pam's HarvestCraft 2 - Trees

Part Two of the new HarvestCraft - Adds 49 new Fruit-bearing Trees to Minecraft

0 Likes
12110018 Downloads
Created by pamharvestcraft

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

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. 

----------------------------------------------------------------------------

akliz.net/pamsmods

----------------------------------------------------------------------------

Pam's HarvestCraft: Food Core 

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

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


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

AppleSkin

Adds some useful information about food/hunger to the HUD

Cooking for Blockheads

Adds a cooking book and multiblock kitchens that only shows recipes you can make with what you currently have in your inventory.

Pam's HarvestCraft

A farming mod that adds 60+ new crops, 36 new fruit trees, 17 new fish, simple beekeeping, and over 1100 new foods and items!

Aquaculture 2

Spices up fishing with a number of new biome specific fish, recipes, and more!

Spice of Life: Carrot Edition

A mod based around food that rewards the player instead of punishing them for discovering new foods!

Croptopia

[Fabric/Forge] Adds over 250 new foods, 58 crops and 26 trees to your world!

Abnormals Delight

Fills content gaps and ties together Abnormals mods and Farmer's Delight!