Skip to content

Commit

Permalink
refactor: update min java version in fabric.mod.json to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
myoun committed May 16, 2024
1 parent 4e38323 commit 3347dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"fabricloader": ">=${loader_version}",
"fabric-api": "*",
"minecraft": "~${minecraft_version}",
"java": ">=17",
"java": ">=21",
"fabric-language-kotlin": ">=${fabric_kotlin_version}"
},
"suggests": {
Expand Down

0 comments on commit 3347dc3

Please sign in to comment.