Skip to content

Commit

Permalink
Update mod to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithRogue committed Jun 11, 2023
1 parent 0ba073a commit 874cd12
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,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
# Mod Properties
mod_version=1.0.2
mod_version=1.0.3
maven_group=dev.zenithknight.mcmods
archives_base_name=expandeddata
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.79.0+1.19.4
fabric_version=0.83.0+1.20
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
],
"depends": {
"fabricloader": ">=0.14.17",
"minecraft": "1.19.4"
"minecraft": "1.20"
}
}

0 comments on commit 874cd12

Please sign in to comment.