Skip to content

Commit

Permalink
Port to 1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Sep 11, 2020
1 parent fb15437 commit ad46958
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [Forge-1.16.3-2.3.1] - 2020-09-11
* Port to 1.16.3

## [Forge-1.16.2-2.3.1] - 2020-09-09
* Check world type before scheduling leaf breaking (#23)
* Do not take into account "minimumLeavesAroundRequired" when using shift down mode
Expand Down
3 changes: 1 addition & 2 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* Check world type before scheduling leaf breaking (#23)
* Do not take into account "minimumLeavesAroundRequired" when using shift down mode
* Port to 1.16.3
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ modName=Falling Tree

repoUser=RakSrinaNa
repoName=FallingTree
repoBranch=1.16.2-forge
repoBranch=1.16.3-forge

minecraft_version=1.16.2
forge_version=1.16.2-33.0.37
minecraft_version=1.16.3
forge_version=1.16.3-34.0.1
mcp_channel=snapshot
mcp_mappings=20200514-1.16

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[33,)"
loaderVersion="[34,)"
issueTrackerURL="https://github.com/${project.repoUser}/${project.repoName}/issues"
displayURL="https://www.curseforge.com/minecraft/mc-mods/falling-tree"
logoFile="logo.png"
Expand All @@ -17,7 +17,7 @@ license = "GPL-3.0"
[[dependencies.falling_tree]]
modId="forge"
mandatory=true
versionRange="[33.0.0,)"
versionRange="[34.0.0,)"
ordering="NONE"
side="BOTH"
[[dependencies.falling_tree]]
Expand Down
14 changes: 5 additions & 9 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"homepage": "https://github.com/RakSrinaNa/FallingTree",
"changelog": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.2-forge/CHANGELOG.md",
"1.16.2": {
"2.3.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.2-forge/CHANGELOG.md",
"2.3.0": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.2-forge/CHANGELOG.md",
"2.2.2": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.2-forge/CHANGELOG.md",
"2.2.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.2-forge/CHANGELOG.md",
"2.1.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.2-forge/CHANGELOG.md"
"changelog": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.3-forge/CHANGELOG.md",
"1.16.3": {
"2.3.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.3-forge/CHANGELOG.md"
},
"promos": {
"1.16.2-latest": "2.3.1",
"1.16.2-recommended": "2.3.1"
"1.16.3-latest": "2.3.1",
"1.16.3-recommended": "2.3.1"
}
}

0 comments on commit ad46958

Please sign in to comment.