Skip to content

Commit

Permalink
Add support for Minecraft 1.21.2 and 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLC01 committed Oct 31, 2024
1 parent fdf503a commit e89a900
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.21.1
minecraft_version=1.21.3
loader_version=0.15.10

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.15.10",
"minecraft": ["1.20.5", "1.20.6", "1.21", "1.21.1"]
"minecraft": ["1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3"]
}
}

0 comments on commit e89a900

Please sign in to comment.