diff --git a/CHANGELOG.md b/CHANGELOG.md index 698cc138..5780e06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changes.md b/changes.md index dc29ba11..baca57ec 100644 --- a/changes.md +++ b/changes.md @@ -1,2 +1 @@ -* Check world type before scheduling leaf breaking (#23) -* Do not take into account "minimumLeavesAroundRequired" when using shift down mode \ No newline at end of file +* Port to 1.16.3 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index e03b0b06..ca20547f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 4addf6c7..51ca80b2 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -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" @@ -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]] diff --git a/update.json b/update.json index daf82d8f..f3cc67c0 100644 --- a/update.json +++ b/update.json @@ -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" } } \ No newline at end of file