Skip to content

Commit

Permalink
Fix Missing Java 21 Bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro committed May 1, 2024
1 parent a9c899a commit cec3a6d
Show file tree
Hide file tree
Showing 30 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion minecraft-autoplug/minecraft-autoplug-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-autoplug/minecraft-autoplug.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"desc": "Version of Java to use",
"display": "Java Version",
"required": true,
"value": "17"
"value": "21"
}
},
"install": [
Expand Down
2 changes: 1 addition & 1 deletion minecraft-fabric/minecraft-fabric-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-fabric/minecraft-fabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"type": "integer",
"desc": "Version of Java to use (If you play 1.16.5 or lower use 8)",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion minecraft-forge-legacy/minecraft-forge-legacy-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"display": "Any other version"
},
{
"value": "-mc172",
"value": "-mc212",
"display": "Minecraft 1.7.2"
},
{
Expand Down
2 changes: 1 addition & 1 deletion minecraft-forge-legacy/minecraft-forge-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"display": "Any other version"
},
{
"value": "-mc172",
"value": "-mc212",
"display": "Minecraft 1.7.2"
},
{
Expand Down
4 changes: 2 additions & 2 deletions minecraft-forge/minecraft-forge-docker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft-java",
"display": "MinecraftForge 1.17+ - Minecraft (Docker)",
"display": "MinecraftForge 1.21+ - Minecraft (Docker)",
"data": {
"memory": {
"value": "1024",
Expand Down Expand Up @@ -77,6 +77,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
4 changes: 2 additions & 2 deletions minecraft-forge/minecraft-forge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft-java",
"display": "MinecraftForge 1.17+ - Minecraft",
"display": "MinecraftForge 1.21+ - Minecraft",
"data": {
"memory": {
"value": "1024",
Expand Down Expand Up @@ -41,7 +41,7 @@
"internal": false
},
"javaversion": {
"value": "17",
"value": "21",
"required": true,
"desc": "Version of Java to use",
"display": "Java Version"
Expand Down
2 changes: 1 addition & 1 deletion minecraft-ftb-fabric/minecraft-ftb-fabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
},
"memory": {
Expand Down
4 changes: 2 additions & 2 deletions minecraft-ftb/minecraft-ftb-docker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft-java",
"display": "FTB - Forge 1.17+ (Docker)",
"display": "FTB - Forge 1.21+ (Docker)",
"data": {
"eula": {
"type": "boolean",
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
},
"requirements": {
"os": "linux",
Expand Down
4 changes: 2 additions & 2 deletions minecraft-ftb/minecraft-ftb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft-java",
"display": "FTB - Forge 1.17+",
"display": "FTB - Forge 1.21+",
"data": {
"eula": {
"type": "boolean",
Expand Down Expand Up @@ -69,7 +69,7 @@
"value": ""
},
"javaversion": {
"value": "17",
"value": "21",
"required": true,
"desc": "Version of Java to use",
"display": "Java Version"
Expand Down
2 changes: 1 addition & 1 deletion minecraft-magma/minecraft-magma-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-magma/minecraft-magma.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
10 changes: 5 additions & 5 deletions minecraft-modpack-gtnh/minecraft-modpack-gtnh-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"install": [
{
"files": [
"http://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_${gtnh-ver}_Server_Java_17-19.zip"
"http://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_${gtnh-ver}_Server_Java_21-19.zip"
],
"type": "download"
},
Expand All @@ -17,7 +17,7 @@
},
{
"commands": [
"unzip -o *_${gtnh-ver}_Server_Java_17-19.zip"
"unzip -o *_${gtnh-ver}_Server_Java_21-19.zip"
],
"type": "command"
},
Expand All @@ -33,7 +33,7 @@
},
{
"commands": [
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_17-19.zip"
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_21-19.zip"
],
"type": "command"
}
Expand Down Expand Up @@ -92,12 +92,12 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
},
"supportedEnvironments": [
{
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
],
"requirements": {
Expand Down
10 changes: 5 additions & 5 deletions minecraft-modpack-gtnh/minecraft-modpack-gtnh.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"install": [
{
"files": [
"http://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_${gtnh-ver}_Server_Java_17-19.zip"
"http://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_${gtnh-ver}_Server_Java_21-19.zip"
],
"type": "download"
},
Expand All @@ -17,7 +17,7 @@
},
{
"commands": [
"unzip -o *_${gtnh-ver}_Server_Java_17-19.zip"
"unzip -o *_${gtnh-ver}_Server_Java_21-19.zip"
],
"type": "command"
},
Expand All @@ -33,18 +33,18 @@
},
{
"commands": [
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_17-19.zip"
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_21-19.zip"
],
"type": "command"
},
{
"type": "javadl",
"version": "17"
"version": "21"
}
],
"run": {
"stop": "stop",
"command": "java17 -Xms${memory}M -Xmx${memory}M -Dfml.readTimeout=180 -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseNUMA -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:NodeLimitFudgeFactor=8000 -XX:+UseVectorCmov -XX:+PerfDisableSharedMem -XX:+UseFastUnorderedTimeStamps -XX:+UseCriticalJavaThreadPriority -XX:ThreadPriorityPolicy=1 -XX:AllocatePrefetchStyle=3 -XX:+UseG1GC -XX:MaxGCPauseMillis=130 -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 @java9args.txt nogui",
"command": "java21 -Xms${memory}M -Xmx${memory}M -Dfml.readTimeout=180 -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseNUMA -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:NodeLimitFudgeFactor=8000 -XX:+UseVectorCmov -XX:+PerfDisableSharedMem -XX:+UseFastUnorderedTimeStamps -XX:+UseCriticalJavaThreadPriority -XX:ThreadPriorityPolicy=1 -XX:AllocatePrefetchStyle=3 -XX:+UseG1GC -XX:MaxGCPauseMillis=130 -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 @java9args.txt nogui",
"workingDirectory": "",
"pre": [],
"post": [],
Expand Down
2 changes: 1 addition & 1 deletion minecraft-mohist/minecraft-mohist-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-mohist/minecraft-mohist.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion minecraft-paper/minecraft-paper-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-paper/minecraft-paper.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion minecraft-purpur/minecraft-purpur-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-purpur/minecraft-purpur.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion minecraft-quilt/minecraft-quilt.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion minecraft-spigot/minecraft-spigot-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
4 changes: 2 additions & 2 deletions minecraft-spigot/minecraft-spigot.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand All @@ -67,7 +67,7 @@
{
"type": "command",
"commands": [
"java17 -jar BuildTools.jar --rev ${version}"
"java21 -jar BuildTools.jar --rev ${version}"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion minecraft-vanilla/minecraft-vanilla-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-vanilla/minecraft-vanilla.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion minecraft-velocity/minecraft-velocity-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-velocity/minecraft-velocity.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion minecraft-waterfall/minecraft-waterfall-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"environment": {
"type": "docker",
"image": "eclipse-temurin:17"
"image": "eclipse-temurin:21"
}
}
2 changes: 1 addition & 1 deletion minecraft-waterfall/minecraft-waterfall.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"type": "integer",
"desc": "Version of Java to use",
"display": "Java Version",
"value": "17",
"value": "21",
"required": true
}
},
Expand Down

0 comments on commit cec3a6d

Please sign in to comment.