
FallingTree
Break down your trees by only cutting one piece of it
Обновлён 19 июня 2026 г. · опубликован 11 января 2021 г.
This mod will change the way you break trees. 4 modes are available:
- Instantaneous: Break one log and the whole tree will fall
- Shift down: Break a block and the log will slowly shift down as you cut it (good if you don't want to "cheat" too much but are lazy to go cut top log blocks 😛)
- Fall items: Break one log and the whole tree will fall with an animation
- Fall blocks: Break one log and the whole tree will fall on the floor with an animation

Several options are available in the config file:
- Customize what is considered as a tree (log blocks & leave blocks).
- Customize what tools can be used (add more axes, allow everything, ...).
- Turn leaf breaking on/off.
- Option to disable the effect of the mod by sneaking (can be reversed).
- Change speed depending on the tree size.
- Damage tools or not (can set it to break the tool by the amount of blocks there were in the tree).
- Let tools at 1 durability if it's going to break.
Check out the wiki for some more information.
- For Fabric users, Fabric API is required.
- For Neoforge/Forge users, Cloth Config API is optional on the client and allows you to have a config GUI in game.
NOTE: Starting Minecraft 1.21, enchantments needs to be added separately through a datapack available here.
NOTE: On servers this mod can be server-side only, client isn't required (except if you use the change speed feature and/or enchants configurations).
Incompatibilities have been reported with :
VeinMiner: If you wish to useFallingTreealongside it, use the command/veinminer groups remove Wood.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.2-26.2.0.3 | Релиз | 26.2 | fabric, forge, neoforge | 19 июня 2026 г. | .jar (482 КБ) |
| 26.2-26.2.0.2 | Релиз | 26.2 | fabric, forge, neoforge | 18 июня 2026 г. | .jar (482 КБ) |
| 26.2-26.2.0.1 | Релиз | 26.2 | fabric, neoforge | 16 июня 2026 г. | .jar (431 КБ) |
| 26.1.2-26.1.2.4 | Релиз | 26.1.2 | fabric, forge, neoforge | 22 мая 2026 г. | .jar (482 КБ) |
| 26.1.2-26.1.2.3 | Релиз | 26.1.2 | fabric, forge, neoforge | 25 апреля 2026 г. | .jar (476 КБ) |
| 26.1.2-26.1.2.2 | Релиз | 26.1.2 | fabric, forge, neoforge | 24 апреля 2026 г. | .jar (476 КБ) |
| 26.1.2-26.1.2.1 | Релиз | 26.1.2 | fabric, forge, neoforge | 10 апреля 2026 г. | .jar (476 КБ) |
| 26.1.1-26.1.1.1 | Релиз | 26.1.1 | fabric, forge, neoforge | 3 апреля 2026 г. | .jar (476 КБ) |
| 26.1-26.1.0.3 | Релиз | 26.1 | fabric, forge, neoforge | 26 марта 2026 г. | .jar (476 КБ) |
| 26.1-26.1.0.2 | Релиз | 26.1 | fabric, neoforge | 24 марта 2026 г. | .jar (405 КБ) |
| 26.1-26.1.0.1 | Релиз | 26.1 | fabric | 24 марта 2026 г. | .jar (357 КБ) |
| 26.1-snapshot-6-26.1.1a1 | Альфа | 26.1-snapshot-6 | fabric | 9 февраля 2026 г. | .jar (357 КБ) |
| 1.21.11-1.21.11.3 | Релиз | 1.21.11 | fabric, forge, neoforge | 4 февраля 2026 г. | .jar (477 КБ) |
| 1.21.11-1.21.11.2 | Релиз | 1.21.11 | fabric, forge, neoforge | 10 декабря 2025 г. | .jar (477 КБ) |
| 1.21.11-1.21.11.1 | Релиз | 1.21.11 | fabric | 9 декабря 2025 г. | .jar (366 КБ) |
Показаны последние 15 из 236 версий. Все версии — на Modrinth.
Ченджлог
26.2-26.2.0.3Релиз26.2 · 19 июня 2026 г.
What's Changed
🐛 Fixes
- Fix Forge's required loader version by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/1143
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.2.0.2...26.2.0.3
26.2-26.2.0.2Релиз26.2 · 18 июня 2026 г.
What's Changed
🚀 Features
- Add Forge 26.2 support by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/1139
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.2.0.1...26.2.0.2
26.2-26.2.0.1Релиз26.2 · 16 июня 2026 г.
What's Changed
🚀 Features
- Add Minecraft 26.2 Support for Fabric/NeoForge by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/1137
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.1.2.4...26.2.0.1
26.1.2-26.1.2.4Релиз26.1.2 · 22 мая 2026 г.
What's Changed
🚀 Features
- Improve falling tree performance and consistency on tree scan by @avavakin in https://github.com/RakambdaOrg/FallingTree/pull/1112
New Contributors
- @avavakin made their first contribution in https://github.com/RakambdaOrg/FallingTree/pull/1112
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.1.2.3...26.1.2.4
26.1.2-26.1.2.3Релиз26.1.2 · 25 апреля 2026 г.
What's Changed
🐛 Fixes
- Fix event renaming breaking change in NeoForge 26.1.2.21+ and handle warning by @xamotex1000 in https://github.com/RakambdaOrg/FallingTree/pull/1097
New Contributors
- @xamotex1000 made their first contribution in https://github.com/RakambdaOrg/FallingTree/pull/1097
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.1.2.2...26.1.2.3
26.1.2-26.1.2.2Релиз26.1.2 · 24 апреля 2026 г.
What's Changed
🐛 Fixes
- Fix fall animation break budget on 26.1.2 by @carterlasalle in https://github.com/RakambdaOrg/FallingTree/pull/1094
New Contributors
- @carterlasalle made their first contribution in https://github.com/RakambdaOrg/FallingTree/pull/1094
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.1.2.1...26.1.2.2
26.1.2-26.1.2.1Релиз26.1.2 · 10 апреля 2026 г.
What's Changed
🚀 Features
- Add Minecraft 26.1.2 support by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/1082
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.1.1.1...26.1.2.1
26.1.1-26.1.1.1Релиз26.1.1 · 3 апреля 2026 г.
What's Changed
🚀 Features
- Add Minecraft 26.1.1 support by @Rakambda in https://github.com/RakambdaOrg/FallingTree/pull/1072
Full Changelog: https://github.com/RakambdaOrg/FallingTree/compare/26.1.0.3...26.1.1.1
Полная история изменений — на Modrinth.
Комментарии
Загружаем…