Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 5 years ago)
- Default Branch: minecraft/1.20.6
- Last Pushed: 2024-04-30T16:02:49.000Z (8 months ago)
- Last Synced: 2024-05-01T15:58:07.809Z (8 months ago)
- Topics: fabric, fabricmc, forge, minecraft, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/falling-tree
- Size: 20.1 MB
- Stars: 74
- Watchers: 1
- Forks: 28
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Discord Server](https://img.shields.io/discord/1007349372444491856.svg?logo=Discord&colorB=7289da)](https://discord.gg/uXWsRftdy7)
[![Curseforge Downloads](http://cf.way2muchnoise.eu/short_349559_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/falling-tree)
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/fallingtree?logo=Modrinth)](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![Demonstration of breaking a tree](https://github.com/Rakambda/FallingTree/raw/minecraft/1.20.1/assets/demo.gif)
![Another demonstration of breaking a tree](https://github.com/Rakambda/FallingTree/raw/minecraft/1.20.1/assets/demo2.gif)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: 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).