Skip to content

Commit

Permalink
1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Jan 15, 2021
1 parent ddc6740 commit 01c0d9d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.5-2.2.0] - 2021-01-15
* Port to 1.16.5

## [Fabric-1.16.4-2.2.0] - 2021-01-06
* Add configuration to require the player to hold a specific item to enable editing (#14)

Expand Down
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Add configuration to require the player to hold a specific item to enable editing (#14)
* Port to 1.16.5
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ version=2.2.0
repoName=EditSign
name=Edit Sign

minecraft_version=1.16.4
yarn_mappings=1.16.4+build.7
loader_version=0.10.8
fabric_version=0.28.4+1.16
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.1
loader_version=0.11.1
fabric_version=0.29.3+1.16

curseforge_project_id=344996
curseforge_release_type=release
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "${minecraft_version}"
"fabric": "*"
}
}

0 comments on commit 01c0d9d

Please sign in to comment.