Skip to content

Commit

Permalink
Version update, bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyKnight committed Jun 1, 2021
1 parent 3e275b5 commit 8f58961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ org.gradle.jvmargs = -Xmx1G
minecraft_version = 1.16.5
yarn_mappings = 1.16.5+build.9
loader_version = 0.11.3
fabric_version= 0.20.2+build.402-1.16
fabric_version= 0.34.6+1.16

# Mod properties
mod_version = 1.1.2
mod_version = 1.2.0
maven_group = me.heyzeer0
archives_base_name = ShieldDisruptor

# Other
modmenu_version = 1.14.6+build.31
clothconfig_version = 4.11.26
autoconfig_version = 3.2.0-unstable
clothconfig_version = 4.11.26
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": ">=1.16.3",
"minecraft": ">=1.16.5",
"cloth-config2": "*"
},
"recommends": {
Expand Down

0 comments on commit 8f58961

Please sign in to comment.