Skip to content

Commit

Permalink
Merge pull request #7 from RatzzFatzz/dev-1.16.X
Browse files Browse the repository at this point in the history
Update to 1.16.5
  • Loading branch information
RatzzFatzz authored Apr 29, 2021
2 parents b8ea7f9 + f792dbc commit 0965e59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This Mod for Minecraft allows you to enable a 3D fly and let you customize the f
* Any of the listed Minecraft versions
* 1.14.4
* 1.15.1 & 1.15.2
* 1.16.1 - 1.16.4
* 1.16.1 - 1.16.5
* Fabric
* ModMenu
* Java 8
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ version = '1.5.1'
group = 'at.pcgf.flymod'

ext {
minecraft_version = "1.16.4"
minecraft_version = "1.16.5"

yarn_mappings = "1.16.4+build.7"
loader_version = "0.9.3+build.207"
fabric_version = "0.26.0+1.16"
yarn_mappings = "1.16.5+build.8"
loader_version = "0.11.3"
fabric_version = "0.29.4+1.16"

cloth_config_version = "4.8.3"
mod_menu_version = "1.14.9+build.13"
mod_menu_version = "1.15.0+build.1"
mixin_version = "0.8.11"
clothevents_version = "1.4.9"
}
Expand Down

0 comments on commit 0965e59

Please sign in to comment.