https://github.com/rakambdaorg/fallingtree
Minecraft mod to make the trees fall in one cut
https://github.com/rakambdaorg/fallingtree
fabric fabricmc forge minecraft mod
Last synced: 12 days ago
JSON representation
Minecraft mod to make the trees fall in one cut
- Host: GitHub
- URL: https://github.com/rakambdaorg/fallingtree
- Owner: RakambdaOrg
- License: lgpl-3.0
- Created: 2019-10-26T13:29:22.000Z (over 5 years ago)
- Default Branch: minecraft/1.21.5
- Last Pushed: 2025-04-09T03:02:34.000Z (14 days ago)
- Last Synced: 2025-04-10T22:44:49.023Z (12 days ago)
- Topics: fabric, fabricmc, forge, minecraft, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/falling-tree
- Size: 20.4 MB
- Stars: 88
- Watchers: 2
- Forks: 32
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://discord.gg/uXWsRftdy7)
[](https://www.curseforge.com/minecraft/mc-mods/falling-tree)
[](https://modrinth.com/mod/fallingtree)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](https://github.com/Rakambda/FallingTree/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](https://modrinth.com/datapack/fallingtree-enchantments).
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 use `FallingTree` alongside it, use the command `/veinminer groups remove Wood`.