-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme and fix inconsistency in config file naming
- Loading branch information
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# Falling Tree | ||
|
||
Minecraft mod to break the whole tree in one cut. | ||
This mod will allow you to break a full tree by only breaking one log off of it. Sneaking will disable this functionality. | ||
|
||
![Demonstration of breaking a tree](https://github.com/RakSrinaNa/FallingTree/raw/1.14.4/assets/demo.gif) | ||
|
||
Several options are available in the config file: | ||
* logs_whitelisted: A list of the log blocks you want the mod to work on. | ||
* tools_whitelisted: A list of tools you can break a tree with for the mod to apply. | ||
* ignore_durability: If activated breaking down a tree won't damage your tool. | ||
* max_log_count: The maximum number of log a tree can be mad of (if more the mod won't apply). | ||
* preserve_tools: If this option is enabled your tool won't be broken by chopping down a big tree, it'll instead be left with 1 of durability. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters