CurseForge · Minecraft mod
Timber Physics Plus
Authentic physics-based tree falling for NeoForge. Superfast, modular, and works with all modded trees!
Quick answer
Which Timber Physics Plus release should I use?
Timber Physics Plus NeoForge 1.21.5-1.21.11 targets 1.21.8, 1.21.5, 1.21.6 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Timber Physics Plus required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Timber Physics Plus NeoForge 1.21.5-1.21.11 need?
Timber Physics Plus NeoForge 1.21.5-1.21.11. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Timber Physics Plus without breaking your instance.
Built for Timber Physics Plus NeoForge 1.21.5-1.21.11. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Timber Physics Plus NeoForge 1.21.5-1.21.11. It targets 1.21.8, 1.21.5, 1.21.6 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside Timber Physics Plus NeoForge 1.21.5-1.21.11. It opens that exact file at the source.
About this project
What does Timber Physics Plus add?
Timber Physics Plus
Timber Physics Plus is a native NeoForge tree-felling mod for Minecraft 1.21+ that adds physics-driven tree destruction.
Instead of instantly breaking into dropped items, trees physically fall in the direction the player is looking. Logs follow a natural kinematic trajectory, while leaves are detected and handled separately to preserve the structure of the surrounding forest.
The mod is written entirely in Java and does not require datapacks or marker entities.
Features
- Directional tree physicsTrees tilt, arc, and fall in the direction the player is looking. Higher blocks travel faster along the falling trajectory, creating a natural kinematic motion.
- 2D Voronoi canopy partitioning
A mathematical X/Z Voronoi partition is used to determine the boundaries between neighboring trees. This prevents leaves from dense forests, jungles, and other crowded areas from being incorrectly assigned to another tree. - BFS leaf flood-fill
Recursive canopy scanning detects wide and branching tree structures, including Big Oak, Dark Oak, Mangrove, and Cherry trees, while minimizing the chance of leaving floating leaves behind. - Leaf species isolation
WithallowMixedLeavesdisabled, only leaves matching the tree's primary leaf type are collected. Leaves belonging to adjacent trees of another species remain untouched. - Natural leaf loot shattering
Falling leaves can break when they hit the ground or water, producing normal breaking particles and sounds and dropping vanilla leaf loot such as saplings, apples, and sticks. - Horizontal log alignment
Fallen logs are automatically placed horizontally using the appropriate X or Z axis, allowing them to rest naturally on the ground away from the stump. - Vertical bamboo physics
Bamboo stalks fall straight downward under vertical gravity, collapsing layer by layer similarly to falling sand or gravel. - Building protection
Only trees with natural leaves (persistent=false) can be felled. Player-built structures, decorative logs, cabins, roofs, and placed leaf blocks are protected. - Fallen log filtering
Logs that are already lying on solid ground can be ignored, preventing recursive felling and accidental destruction of nearby forests. - Configurable leaf shattering
Choose how many leaves instantly shatter when a tree is chopped: 0%, 10%, 25%, 50%, or 100%. - Optional axe durability damage
Axe durability can optionally be reduced for every log felled. Disabled by default. - Sneak to chop a single block
Hold Shift/Sneak to mine a single log without triggering the tree-felling effect. - In-game configuration
All settings can be configured through Mods > Timber Physics Plus > Config or directly throughconfig/timber_physics_plus.toml.
Compatibility
Timber Physics Plus uses standard Minecraft log and leaf tags to support a wide range of tree types without requiring individual integrations.
Nether tree support can be disabled in the configuration.
Huge mushroom physics can be disabled in the configuration.
Bamboo uses its own vertical falling physics and can be enabled or disabled independently.
Modded Trees
The mod supports modded trees out of the box, including trees from:
- Regions Unexplored
- The Undergarden
- Born in Chaos
- Deeper and Darker
- Biomes O' Plenty
- Atmospheric
- Autumnity
Other mods using the standard #minecraft:logs or #c:logs tags are supported automatically.
Configuration
All configuration options are available through the in-game Mods menu or config/timber_physics_plus.toml.
| Setting | Default | Description |
|---|---|---|
ignoreFallenLogs |
true |
Excludes logs already lying on solid ground from felling cascades. |
requireNaturalLeaves |
true |
Requires natural tree leaves and protects player-built structures. |
allowMixedTrunks |
false |
When disabled, only logs of the same species are felled together. |
allowCrossTreeBranches |
false |
When disabled, branches crossing between trees must match the tree's species. |
allowMixedLeaves |
false |
When disabled, only leaves matching the tree's primary leaf type are collected. |
enableVoronoiPartition |
true |
Uses 2D X/Z Voronoi partitioning to prevent leaves from nearby trees being collected. |
voronoiSearchRadius |
24 |
Horizontal block radius used to search for neighboring trunks during Voronoi calculations. |
logsDestroyLeaves |
true |
Allows falling logs to destroy leaves in their path. |
dropLogsOnLand |
false |
When enabled, fallen logs drop as items instead of being placed as blocks. |
leafShatterOnLand |
true |
Causes falling leaves to shatter into loot when they hit the ground. |
enableSneakToChopSingle |
true |
Allows Shift/Sneak to mine a single block without felling the tree. |
leafShatterPercent |
0 |
Percentage of leaves instantly shattered when the tree is chopped: 0%, 10%, 25%, 50%, or 100%. |
leafSearchRadius |
7 |
Maximum leaf flood-fill graph distance from tree branches, from 1 to 14. |
damageAxe |
false |
When enabled, axe durability is reduced for every log felled. |
enableNetherTrees |
true |
Enables physics-based felling for Crimson and Warped trees. |
enableBamboo |
true |
Enables vertical falling physics for bamboo. |
enableMushrooms |
true |
Enables physics-based felling for huge mushrooms. |
enableModdedTrees |
true |
Enables physics-based felling for modded trees. |
maxLogs |
300 |
Maximum number of logs that can be processed for a single tree, from 10 to 2000. |
maxLeaves |
1000 |
Maximum number of canopy leaves that can be scanned, from 50 to 5000. |
Performance
Timber Physics Plus is designed to handle large tree structures without relying on datapacks or marker entities. Tree and canopy detection are performed directly in Java, with configurable limits for the maximum number of logs and leaves processed during a single felling event.
Credits and License
Original Concept: imalittlhigh — Timber Physics
NeoForge Port and Plus Features: Seikleiner & Antigravity, powered by Gemini 3.7 Flash
License: MIT License
You are free to include Timber Physics Plus in modpacks, use it in videos and showcases, and modify its source code.
Project description from CurseForge.
Pick your setup
Timber Physics Plus by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1
1 loader build1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader builds1.21.4
2 loader builds1.21.3
2 loader builds1.21.2
2 loader buildsShowing the newest 12 of 14 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Timber Physics Plus versions and loaders
Timber Physics Plus NeoForge 1.21.5-1.21.11
timber-physics-plus-1.21.11-1.1.0.jar
22 Aug 2026
Timber Physics Plus NeoForge 1.21-1.21.4 Fix
timber-physics-plus-1.21.1-1.1.0.jar
22 Aug 2026
Timber Physics Plus NeoForge 26.2
timber-physics-plus-26.2-1.1.0.jar
22 Aug 2026
Timber Physics Plus NeoForge 26.1
timber-physics-plus-26.1-1.1.0.jar
22 Aug 2026
Timber Physics Plus Fabric 1.21.5-1.21.11 Fix
timber-physics-plus-fabric-1.21.11-1.1.0.jar
22 Aug 2026
Timber Physics Plus Fabric 1.21-1.21.4 Fix
timber-physics-plus-fabric-1.21.1-1.1.0.jar
22 Aug 2026
Timber Physics Plus NeoForge 26.X
timber-physics-plus-neoforge-26.X-1.1.0.jar
20 Aug 2026
Timber Physics Plus NeoForge 1.21-1.21.4
timber-physics-plus-neoforge-1.21-1.21.4.jar
20 Aug 2026
Timber Physics Plus NeoForge 1.21.5-1.21.11
timber-physics-plus-neoforge-1.21.5-1.21.11.jar
20 Aug 2026
Timber Physics Plus Fabric 1.21.5-1.21.11
timber-physics-plus-fabric-1.21.5-1.21.11.jar
20 Aug 2026
Timber Physics Plus Fabric 1.21-1.21.4
timber-physics-plus-fabric-1.21-1.21.4.jar
20 Aug 2026
Timber Physics Plus v1.2.0
timber-physics-plus-1.21.1.jar
19 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.