Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Sep 4, 2020
1 parent 58a9f9d commit e908698
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.15.2-2.3.0] - 2020-09-04
* Perform less ticking on leaves (#20)

## [1.15.2-2.2.1] - 2020-08-01
* On servers the mod is now only required server-side (so clients can join without the mod).
* Add an option `ignore_tools` to ignore tool detection (this has the same effect as whitelisting everything, including empty hand).
Expand Down
6 changes: 1 addition & 5 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
* Add an option (`minimum_leaves_around_required` default `0`) to tell how many leaves blocks should be at the top of the tree to apply the mod. This should be useful if you want to break only trees an not your houses. Set it to something like 3 and the whole log stack will be cut only if there's at least 3 leaves next to the top most log.
* On servers the mod is now only required server-side (so clients can join without the mod).
* Add an option `ignore_tools` to ignore tool detection (this has the same effect as whitelisting everything, including empty hand).
* Add an option `break_mode` to choose how to break the tree. INSTANTANEOUS is the default and what you have been using up to now. Though there is a new addition, SHIFT_DOWN, where instead of breaking everything, the log will slowly fall to the ground as you chop it.
* Add an option `speed_multiplicand` to modify the breaking speed of the log.
* Perform less ticking on leaves (#20)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ archivesBaseName=FallingTree
mod_id=falling_tree
repoName=FallingTree
name=Falling Tree
version=2.2.1
version=2.3.0
vcsUrl=https://github.com/RakSrinaNa/FallingTree.git
changelogUrl=https://github.com/RakSrinaNa/FallingTree/blob/1.15.2/CHANGELOG.md
mc_version=1.15.2
Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"homepage": "https://github.com/RakSrinaNa/FallingTree",
"changelog": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.2/CHANGELOG.md",
"1.15.2": {
"2.3.0": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.2/CHANGELOG.md",
"2.2.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.2/CHANGELOG.md",
"2.1.7": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.2/CHANGELOG.md",
"2.1.4": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.2/CHANGELOG.md",
Expand All @@ -14,7 +15,7 @@
"2.0.2": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.2/CHANGELOG.md"
},
"promos": {
"1.15.2-latest": "2.2.1",
"1.15.2-recommended": "2.2.1"
"1.15.2-latest": "2.3.0",
"1.15.2-recommended": "2.3.0"
}
}

0 comments on commit e908698

Please sign in to comment.