Tree Harvester

Quick rating

Community listing page, reviews here may not be monitored by the author.

Tree Harvester

By SerilumOwner

No reviews yet

🌲 Harvest full trees and huge mushrooms instantly with an axe. Includes fast leaf decay and sapling placement. Also works for warped (nether) trees. Become a master tree chopper quick in no time.

No Theme
No Genre
Farming & Agriculture
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
[Fabric/Forge/Neo] 26.2.0-9.4 | Tree Harvester

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge IDs
Fabric Forge NeoForge Quilt
Fabric
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube


About the mod

Tree Harvester is a configurable mod which allows harvesting trees, warped trees and huge mushrooms instantly by chopping down one base block. This can be any part of the tree. The sapling will automatically be replaced, by using what the tree drops. There are many checks in the mod, from preventing accidental harvesting of houses made from logs to what leaves should decay.

By default the harvesting only works when holding the crouch button, but this can be toggled in the config. For more feature examples see below. There are lots of config options to tweak the mod exactly to your liking.

Developed to work alongside my Ore Harvester mod.


Features with the default configuration settings:
◉   All trees, vanilla and modded, can be harvested quickly by crouching and chopping down one block.
◉   The time it takes to chop down a tree is determined by the amount of logs in it.
◉   Leaves will decay very quickly after harvesting a tree.
◉   Saplings will be replaced after the last leaf has been decayed.
◉   Warped trees, in the nether, can be harvested quickly.
◉   Huge mushrooms can also be harvested quickly
◉   Certain axe types can be exempted from harvesting trees via a blacklist.
◉   Many checks to determine what is a tree and what isn't. No accidental destroying of houses.
◉   When two types of trees are next to each other, only the leaves of the tree broken will decay.
◉   Compatible with other mods.



Dependencies

Requires Collective
Included in The Vanilla ExperienceIncluded in Serilum's QoL Bundle
Environment: Server




Configurable

Configuration guide

   All available config options:

mustHoldAxeForTreeHarvest  default true
If enabled, tree harvesting only works when a player is holding an axe in the main hand.

treeHarvestWithoutSneak  default false
If enabled, tree harvesting works when not holding the sneak button. If disabled it's reversed, and only works when sneaking.

automaticallyFindBottomBlock  default true
Whether the mod should attempt to find the actual bottom log of the tree and start there. This means you can break a tree in the middle and it will still completely be felled.

enableFastLeafDecay  default true
If enabled, the leaves around a broken tree will quickly disappear.

enableNetherTrees  default true
If enabled, the warped stem/crimson trees in the nether will also be chopped down quickly.

enableHugeMushrooms  default true
If enabled, giant/huge mushrooms will also be chopped down quickly.

ignorePlayerMadeTrees  default true
If enabled, trees with leaves placed by players won't be destroyed.

replaceSaplingOnTreeHarvest  default true
If enabled, automatically replaces the sapling from the drops when a tree is harvested.

replaceMushroomOnMushroomHarvest  default true
If enabled, automatically replaces the sapling from the drops when a huge mushroom is harvested and 'enableHugeMushrooms' is enabled.

loseDurabilityPerHarvestedLog  default true
If enabled, for every log harvested, the axe held loses durability.

loseDurabilityModifier  default 1.0, min 0.001, max 1.0
Here you can set how much durability chopping down a tree should take from the axe. For example if set to 0.1, this means that every 10 logs take 1 durability.

increaseExhaustionPerHarvestedLog  default true
If enabled, players' exhaustion level increases 0.005 per harvested log (Minecraft's default per broken block) * increaseExhaustionModifier.

increaseExhaustionModifier  default 1.0, min 0.001, max 1.0
This determines how much exhaustion should be added to the player per harvested log. By default 0.005 * 1.0.

increaseHarvestingTimePerLog  default true
If enabled, harvesting time will increase per existing log in the tree. The amount is determined by 'increasedHarvestingTimePerLogModifier'.

increasedHarvestingTimePerLogModifier  default 0.1, min 0.01, max 10.0
How much longer it takes to harvest a tree with 'increaseHarvestingTimePerLog' enabled. The actual speed is: newSpeed = originalSpeed / (1 + (logCount * increasedHarvestingTimePerLogModifier)).

amountOfLeavesBrokenPerTick  default 3, min 1, max 16
How many leaves should be broken per tick after a tree has been harvested. Increasing this will speed up the fast leaf decay, but costs more processing power per tick.

Axe Blacklist Feature:
It's possible to only allow certain axes to harvest trees. On first load of the mod a blacklist file is generated. It is located at ./config/treeharvester/harvestable_axe_blacklist.txt. This works for modded axe items as well.




Showcase

Harvesting a birch tree next to another oak. Only the birch leaves are decaying:

 
A big oak tree:

 
A 2x2 spruce tree. The time it takes to break the tree is longer, and all 4 saplings are replaced correctly:

 
Works with warped (nether) trees:

 
Also for huge mushrooms, here's a brown one:

 
And a red mushroom:




Notes and links

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.

Serilum.com contains an overview and more information on all mods available.

Comments are disabled as I'm unable to keep track of them across so many separate mod pages.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!


curseforge.svg modrinth.svg patreon.svg youtube.svg

Requires the library mod Collective (Fabric) and the Fabric API.



     This mod is part of The Vanilla Experience.
Tree Harvester is a configurable mod which allows harvesting trees, warped trees and huge mushrooms instantly by chopping down one base block. This can be any part of the tree. The sapling will automatically be replaced, by using what the tree drops. There are many checks in the mod, from preventing accidental harvesting of houses made from logs to what leaves should decay.

By default the harvesting only works when holding the crouch button, but this can be toggled in the config. For more feature examples see below. There are lots of config options to tweak the mod exactly to your liking.



Features with the default configuration settings:
◉   All trees, vanilla and modded, can be harvested quickly by crouching and chopping down one block.
◉   The time it takes to chop down a tree is determined by the amount of logs in it.
◉   Leaves will decay very quickly after harvesting a tree.
◉   Saplings will be replaced after the last leaf has been decayed.
◉   Warped trees, in the nether, can be harvested quickly.
◉   Huge mushrooms can also be harvested quickly
◉   Certain axe types can be exempted from harvesting trees via a blacklist.
◉   Many checks to determine what is a tree and what isn't. No accidental destroying of houses.
◉   When two types of trees are next to each other, only the leaves of the tree broken will decay.
◉   Compatible with other mods.



Configurable: ( how do I configure? )
mustHoldAxeForTreeHarvest (default = true): If enabled, tree harvesting only works when a player is holding an axe in the main hand.
treeHarvestWithoutSneak (default = false): If enabled, tree harvesting works when not holding the sneak button. If disabled it's reversed, and only works when sneaking.
instantBreakLeavesAround (default = false): If enabled, players instantly break the leaves as well as all logs of the tree when a bottom log is broken.
automaticallyFindBottomBlock (default = true): Whether the mod should attempt to find the actual bottom log of the tree and start there. This means you can break a tree in the middle and it will still completely be felled.

enableFastLeafDecay (default = true): If enabled, the leaves around a broken tree will quickly disappear. Only works with 'instantBreakLeavesAround' disabled.
enableNetherTrees (default = true): If enabled, the warped stem/crimson trees in the nether will also be chopped down quickly.
enableHugeMushrooms (default = true): If enabled, giant/huge mushrooms will also be chopped down quickly.

replaceSaplingOnTreeHarvest (default = true): If enabled, automatically replaces the sapling from the drops when a tree is harvested.
replaceMushroomOnMushroomHarvest (default = true): If enabled, automatically replaces the sapling from the drops when a huge mushroom is harvested and 'enableHugeMushrooms' is enabled.

loseDurabilityPerHarvestedLog (default = true): If enabled, for every log harvested, the axe held loses durability.
loseDurabilityModifier (default = 1.0, min 0.001, max 1.0): Here you can set how much durability chopping down a tree should take from the axe. For example if set to 0.1, this means that every 10 logs take 1 durability.

increaseExhaustionPerHarvestedLog (default = true): If enabled, players' exhaustion level increases 0.005 per harvested log (Minecraft's default per broken block) * increaseExhaustionModifier.
increaseExhaustionModifier (default = 1.0, min 0.001, max 1.0): This determines how much exhaustion should be added to the player per harvested log. By default 0.005 * 1.0.

increaseHarvestingTimePerLog (default = true): If enabled, harvesting time will increase per existing log in the tree. The amount is determined by 'increasedHarvestingTimePerLogModifier'.
increasedHarvestingTimePerLogModifier (default = 0.1, min 0.01, max 10.0): How much longer it takes to harvest a tree with 'increaseHarvestingTimePerLog' enabled. The actual speed is: newSpeed = originalSpeed / (1 + (logCount * increasedHarvestingTimePerLogModifier)).

amountOfLeavesBrokenPerTick (default = 3, min 1, max 16): How many leaves should be broken per tick after a tree has been harvested. Increasing this will speed up the fast leaf decay, but costs more processing power per tick.



Axe Blacklist Feature:
It's possible to only allow certain axes to harvest trees. On first load of the mod a blacklist file is generated. It is located at ./config/treeharvester/harvestable_axe_blacklist.txt. This works for modded axe items as well.
blacklist.jpg


Some GIFs:
Harvesting a birch tree next to another oak. Only the birch leaves are decaying:

birch_only.webp

 
A big oak tree:

big_oak_only.webp

 
A 2x2 spruce tree. The time it takes to break the tree is longer, and all 4 saplings are replaced correctly:

big_spruce.webp

 
Works with warped (nether) trees:

nether_tree.webp

 
Also for huge mushrooms, here's a brown one:

brown_mushroom.webp

 
And a red mushroom:

red_mushroom.webp


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

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge ecosystem.

Serilum.com contains an overview and more information on all mods available.

Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!


A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube

About the mod

Tree Harvester is a configurable mod which allows harvesting trees, warped trees and huge mushrooms instantly by chopping down one base block. This can be any part of the tree. The sapling will automatically be replaced, by using what the tree drops. There are many checks in the mod, from preventing accidental harvesting of houses made from logs to what leaves should decay.

By default the harvesting only works when holding the crouch button, but this can be toggled in the config. For more feature examples see below. There are lots of config options to tweak the mod exactly to your liking.

Developed to work alongside my Ore Harvester mod.


Features with the default configuration settings:
◉   All trees, vanilla and modded, can be harvested quickly by crouching and chopping down one block.
◉   The time it takes to chop down a tree is determined by the amount of logs in it.
◉   Leaves will decay very quickly after harvesting a tree.
◉   Saplings will be replaced after the last leaf has been decayed.
◉   Warped trees, in the nether, can be harvested quickly.
◉   Huge mushrooms can also be harvested quickly
◉   Certain axe types can be exempted from harvesting trees via a blacklist.
◉   Many checks to determine what is a tree and what isn't. No accidental destroying of houses.
◉   When two types of trees are next to each other, only the leaves of the tree broken will decay.
◉   Compatible with other mods.



Dependencies

Requires Collective
Included in The Vanilla ExperienceIncluded in Serilum's QoL Bundle
Environment: Server




Configurable

Configuration guide

   All available config options:

Show Spoiler

mustHoldAxeForTreeHarvest  default true
If enabled, tree harvesting only works when a player is holding an axe in the main hand.

treeHarvestWithoutSneak  default false
If enabled, tree harvesting works when not holding the sneak button. If disabled it's reversed, and only works when sneaking.

automaticallyFindBottomBlock  default true
Whether the mod should attempt to find the actual bottom log of the tree and start there. This means you can break a tree in the middle and it will still completely be felled.

enableFastLeafDecay  default true
If enabled, the leaves around a broken tree will quickly disappear.

enableNetherTrees  default true
If enabled, the warped stem/crimson trees in the nether will also be chopped down quickly.

enableHugeMushrooms  default true
If enabled, giant/huge mushrooms will also be chopped down quickly.

ignorePlayerMadeTrees  default true
If enabled, trees with leaves placed by players won't be destroyed.

replaceSaplingOnTreeHarvest  default true
If enabled, automatically replaces the sapling from the drops when a tree is harvested.

replaceMushroomOnMushroomHarvest  default true
If enabled, automatically replaces the sapling from the drops when a huge mushroom is harvested and 'enableHugeMushrooms' is enabled.

loseDurabilityPerHarvestedLog  default true
If enabled, for every log harvested, the axe held loses durability.

loseDurabilityModifier  default 1.0, min 0.001, max 1.0
Here you can set how much durability chopping down a tree should take from the axe. For example if set to 0.1, this means that every 10 logs take 1 durability.

increaseExhaustionPerHarvestedLog  default true
If enabled, players' exhaustion level increases 0.005 per harvested log (Minecraft's default per broken block) * increaseExhaustionModifier.

increaseExhaustionModifier  default 1.0, min 0.001, max 1.0
This determines how much exhaustion should be added to the player per harvested log. By default 0.005 * 1.0.

increaseHarvestingTimePerLog  default true
If enabled, harvesting time will increase per existing log in the tree. The amount is determined by 'increasedHarvestingTimePerLogModifier'.

increasedHarvestingTimePerLogModifier  default 0.1, min 0.01, max 10.0
How much longer it takes to harvest a tree with 'increaseHarvestingTimePerLog' enabled. The actual speed is: newSpeed = originalSpeed / (1 + (logCount * increasedHarvestingTimePerLogModifier)).

amountOfLeavesBrokenPerTick  default 3, min 1, max 16
How many leaves should be broken per tick after a tree has been harvested. Increasing this will speed up the fast leaf decay, but costs more processing power per tick.

Axe Blacklist Feature:
It's possible to only allow certain axes to harvest trees. On first load of the mod a blacklist file is generated. It is located at ./config/treeharvester/harvestable_axe_blacklist.txt. This works for modded axe items as well.




Showcase

Harvesting a birch tree next to another oak. Only the birch leaves are decaying:

Show Spoiler

 
A big oak tree:

Show Spoiler

 
A 2x2 spruce tree. The time it takes to break the tree is longer, and all 4 saplings are replaced correctly:

Show Spoiler

 
Works with warped (nether) trees:

Show Spoiler

 
Also for huge mushrooms, here's a brown one:

Show Spoiler

 
And a red mushroom:

Show Spoiler




Notes and links

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.

Serilum.com contains an overview and more information on all mods available.

For issues, ideas, suggestions or anything else there is the Github repo. Thanks!


Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

37.9m
Total Downloads
CurseForge (Fabric, Forge, NeoForge, Quilt)
31.1m
CurseForge (Fabric)
~220,000
Modrinth
6.5m
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works