Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Khar committed Jun 13, 2023
1 parent 99cfb7a commit 8cc6c47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.17
fabric_version=0.76.0+1.19.3
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21

#Fabric api
fabric_version=0.83.0+1.20

#External mods versions
permissions_version = 0.1-SNAPSHOT

# Mod Properties
mod_version = 1.2.1
mod_version = 1.3
maven_group = com.aqupd
archives_base_name = namebros
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
],

"depends": {
"fabricloader": ">=0.14.9",
"minecraft": "~1.19",
"fabricloader": ">=0.14.21",
"minecraft": "~1.20",
"java": ">=17"
}
}

0 comments on commit 8cc6c47

Please sign in to comment.