Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jun 7, 2023
1 parent e928782 commit 5471053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
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.1
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
# Mod Properties
mod_version=1.0.18
maven_group=link.infra
archives_base_name=indium
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.82.0+1.19.4
fabric_version=0.83.0+1.20
sodium_version=0.4.10
# Publishing metadata
curseforge_id=459496
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
],
"depends": {
"fabricloader": ">=0.8.0",
"minecraft": "~1.19.4",
"minecraft": "~1.20.0",
"sodium": "0.4.10",
"fabric-renderer-api-v1": ">=2.3.0",
"fabric-renderer-api-v1": ">=3.0.0",
"fabric-resource-loader-v0": ">=0.4.0"
}
}

0 comments on commit 5471053

Please sign in to comment.