Skip to content

Commit

Permalink
Add support for Minecraft 1.20.3 and 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLC01 committed Feb 16, 2024
1 parent 0e406df commit dc23e05
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
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx1G

# See https://fabricmc.net/develop/
minecraft_version=1.20.2
minecraft_version=1.20.4
loader_version=0.14.21

mod_version=dev
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 @@ -20,6 +20,6 @@
],
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ["1.20.1", "1.20.2"]
"minecraft": ["1.20.1", "1.20.2", "1.20.3", "1.20.4"]
}
}

0 comments on commit dc23e05

Please sign in to comment.