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 d51f2b4 commit e862ec0
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.24

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 @@ -21,7 +21,7 @@
"accessWidener": "higher-chat.accesswidener",
"depends": {
"fabricloader": ">=0.14.24",
"minecraft": "1.20.2"
"minecraft": ["1.20.2", "1.20.3", "1.20.4"]
},
"suggests": {
"libhud": "*"
Expand Down

0 comments on commit e862ec0

Please sign in to comment.