Pam's HarvestCraft 2 - Trees

Pam's HarvestCraft 2 - Trees

15M Downloads

Contact Info
E-mail: worldofro (AT) gmail (DOT) com - Please use [ATTN:MODNAME] for the subject
Twitter: https://twitter.com/matrexsvigil
Patreon: https://www.patreon.com/pamsmods
Paypal: https://www.paypal.me/pamsmods
Twitch: https://www.twitch.tv/pamsmods
Facebook: https://www.facebook.com/pamsmods/

Discord: ​https://discord.gg/DJMfsHH

RedBubble Shop: https://www.redbubble.com/people/pamhcmarket/works/80225502-epic-bacon?asc=u

Comments have been disabled because people cannot seem to stop pestering me over and over and over for updates.  So if you have any bugs, please report them in my Discord (which you will get booted for asking for updates).  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