Skip to content

Commit

Permalink
Set minimum required fabric api (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Sep 4, 2020
1 parent 3b63712 commit c38d159
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [Fabric-1.16.1-2.3.1] - 2020-09-04
* Set minimum required fabric api (#22)

## [Fabric-1.16.1-2.3.0] - 2020-09-04
* Perform less ticking on leaves (#20)

Expand Down
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Perform less ticking on leaves (#20)
* Set minimum required fabric api (#22)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=false
group=fr.raksrinana
loader=Fabric
mod_id=falling_tree
version=2.3.0
version=2.3.1

repoName=FallingTree
name=FallingTree
Expand All @@ -15,4 +15,4 @@ loader_version=0.9.2+build.206
fabric_version=0.18.0+build.387-1.16.1

curseforge_project_id=349559
curseforge_release_type=beta
curseforge_release_type=release
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric-resource-loader-v0": "*",
"fabric": "*",
"fabric": ">=0.18.0+build.387-1.16.1",
"minecraft": "${minecraft_version}"
},
"suggests": {
Expand Down

0 comments on commit c38d159

Please sign in to comment.