Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jun 9, 2021
1 parent 8025511 commit 2e03734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17-rc1
yarn_mappings=1.17-rc1+build.1
minecraft_version=1.17
yarn_mappings=1.17+build.5
loader_version=0.11.3

# Mod Properties
mod_version = 4.0.0-beta.4
mod_version = 4.0.0
maven_group = io.github.cottonmc
archives_base_name = LibGui

# Dependencies
fabric_version=0.34.8+1.17
fabric_version=0.34.9+1.17
jankson_version=3.0.1+j1.2.0
modmenu_version=2.0.0-beta.7
libninepatch_version=1.1.0
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"depends": {
"fabricloader": ">=0.11.0",
"fabric": "*",
"minecraft": ">=1.16.5",
"minecraft": ">=1.17.0",
"jankson": "^3.0.0",
"fabric-networking-api-v1": "^1.0.0",
"libninepatch": "^1.1.0"
Expand Down

0 comments on commit 2e03734

Please sign in to comment.