promotional bannermobile promotional banner

TimberChopMod

Timber Chop Mod, tree, cutting

File Details

timberchop-1.0.1-Forge.jar

  • R
  • May 30, 2025
  • 7.63 KB
  • 932
  • 1.21.5
  • Forge

File Name

timberchop-1.0.1-Forge.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Forge

implementation "curse.maven:timberchopmod-1271158:6599516"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# TimberChopMod 1.0.1 (2025-05-30)

## 🚀 What’s New
- **Leaf cleanup overhaul**  
  Replaced the fixed-radius (R=2) leaf break with a proper flood-fill algorithm. Now every connected leaf block attached to the felled logs is removed, even on wide, irregular tree crowns.

- **Forge support added**  
  Introduced a parallel Forge build (`55.0.21+` loader) alongside the Fabric version.  
  - Uses `BreakEvent.BEFORE` to intercept log breaks on the server side.  
  - BFS trunk chop + flood-fill leaf removal ported to Forge API.

## 🛠️ Fixes & Tweaks
- Removed the “falling” mode—TimberChop now always runs in instant mode for consistent behavior.
- Streamlined the BFS and flood-fill queues to reduce object churn and improve performance on busy servers.

## ⚙️ Installation

### Forge (1.0.1-forge.jar)
1. Install Forge Loader **55.0.21+** for **Minecraft 1.21.5**.  
2. Drop `timberchop-1.0.1-forge.jar` into your `mods/` folder.  
3. Ensure your `mods.toml` contains:
   ```toml
   loaderVersion="[55.0.21,)"
   environment="SERVER"