Skip to content

Commit

Permalink
Add support for Minecraft 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLC01 committed Jun 7, 2023
1 parent 6cb1a99 commit 85838a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties (see https://fabricmc.net/develop/)
minecraft_version=1.19.4
minecraft_version=1.20
loader_version=0.14.19

# Mod Properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
],
"depends": {
"fabricloader": ">=0.14.19",
"minecraft": "1.19.4"
"minecraft": ["1.19.4", "1.20"]
}
}

0 comments on commit 85838a8

Please sign in to comment.