Skip to content

Commit

Permalink
Update readme to fix italic, update update.json & add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Oct 27, 2019
1 parent 2e11a5a commit 07c464e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.3] - 2019-10-27

- Modified field in the config to use underscores.

## [1.0.2] - 2019-10-27

- Added the option to preserve tools, this time working(#1)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This mod will allow you to break a full tree by only breaking one log off of it.
![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.
- 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.
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"homepage": "https://github.com/RakSrinaNa/FallingTree",
"changelog": "https://github.com/RakSrinaNa/FallingTree/blob/1.14.4/CHANGELOG.md",
"1.14.4": {
"1.0.3": "https://github.com/RakSrinaNa/FallingTree/blob/1.14.4/CHANGELOG.md",
"1.0.2": "https://github.com/RakSrinaNa/FallingTree/blob/1.14.4/CHANGELOG.md",
"1.0.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.14.4/CHANGELOG.md",
"1.0.0": "https://github.com/RakSrinaNa/FallingTree/blob/1.14.4/CHANGELOG.md"
},
"promos": {
"1.14.4-latest": "1.0.2",
"1.14.4-recommended": "1.0.2"
"1.14.4-latest": "1.0.3",
"1.14.4-recommended": "1.0.3"
}
}

0 comments on commit 07c464e

Please sign in to comment.