Skip to content

Commit

Permalink
Update to 1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tyra314 committed Jan 17, 2021
1 parent 025421b commit d18529d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
minecraft_version = 1.16.4
yarn_mappings = 1.16.4+build.7
loader_version = 0.10.8
minecraft_version = 1.16.5
yarn_mappings = 1.16.5+build.1
loader_version = 0.11.1

# Mod Properties
mod_version = 5.4.1-fabric
mod_version = 5.4.2-fabric
maven_group = hunternif.mc.atlas
archives_base_name = antiqueatlas

# Dependencies
cloth_config_version = 4.8.3
auto_config_version = 3.3.1
fabric_version = 0.28.4+1.16
fabric_version = 0.29.3+1.16
mod_menu_version = 1.14.13+build.22
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"depends": {
"fabricloader": ">=0.10.8",
"fabric": ">=0.25.0",
"minecraft": ["1.16.2", "1.16.3", "1.16.4"]
"minecraft": "~1.16.2"
},
"accessWidener": "antiqueatlas.accesswidener",
"mixins": [
Expand Down

0 comments on commit d18529d

Please sign in to comment.