Skip to content

Commit

Permalink
Update java version for latest MC
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Aug 27, 2024
1 parent ebe56a1 commit 895920d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minecraft/minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"javaversion": {
"type": "string",
"value": "17",
"value": "21",
"display": "Java Version",
"desc": "Version of Java to use",
"required": true,
Expand All @@ -45,7 +45,7 @@
},
"memory": {
"type": "integer",
"value": 1024,
"value": 2048,
"display": "Memory (MB)",
"desc": "How much memory in MB to allocate to the Java Heap",
"required": true,
Expand Down

0 comments on commit 895920d

Please sign in to comment.