promotional bannermobile promotional banner

TreeChopper

Breaking a log with an axe fells the whole connected tree, leaves included.
Back to Files

TreeChopper 2.0.2 - Forge 26.1

File nametreechopper-26.1-2.0.2.jar
Uploader
ZenoyuiZenoyui
Uploaded
Aug 24, 2026
Downloads
18
Size
336.2 KB
Mod Loaders
Forge
File ID
8723798
Type
R
Release
Supported game versions
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Forge

implementation "curse.maven:treechopper-mod-java-curse-forge-by-zenoyui-1131985:8723798"

Learn more about Curse Maven

What's new

2.0.2

Ported to Minecraft 26.1 and 26.2. NeoForge and Fabric builds added alongside Forge.

Behavior

  • Wood types come from the minecraft:logs and minecraft:leaves tags. Mangrove, cherry, pale oak, nether stems and modded trees with correct tags are handled without a code change
  • Felling triggers only with an item from the minecraft:axes tag. Sneaking suppresses it and gives plain vanilla breaking of a single block
  • The axe loses one durability point per extra block removed. A broken axe stops the felling
  • Drops are rolled from loot tables with the tool taken into account, including Fortune and Silk Touch, and are merged into stacks before being dropped

Fixed

  • Traversal rewritten from recursive to iterative. Stack overflow on touching canopies is no longer possible
  • Added an upper bound on blocks removed per break, 512 by default
  • Traversal no longer reads past the edge of loaded chunks
  • The block broken by the player is no longer removed twice

Configuration

config/treechopper-common.toml

  • enabled - turns the mod on and off, true by default
  • maxBlocks - upper bound on blocks removed per break, range 1..8192, 512 by default

Limitations

  • Trees whose canopies touch are felled together. This is how the mod works, not a defect
  • Fabric has no config screen. Values are edited in the file
  • The Fabric block break event has no listener priorities. A claim protection mod registering after this one is bypassed

Requirements

Java 25. Fabric builds require Fabric API.

This mod has no additional files