Skip to content

Commit

Permalink
Fix Last Minecraft Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro committed May 1, 2024
1 parent b8c23fb commit a7198c1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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.21+ - Minecraft (Docker)",
"display": "MinecraftForge 1.17+ - Minecraft (Docker)",
"data": {
"memory": {
"value": "1024",
Expand Down
2 changes: 1 addition & 1 deletion 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.21+ - Minecraft",
"display": "MinecraftForge 1.17+ - Minecraft",
"data": {
"memory": {
"value": "1024",
Expand Down
2 changes: 1 addition & 1 deletion 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.21+ (Docker)",
"display": "FTB - Forge 1.17+ (Docker)",
"data": {
"eula": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion 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.21+",
"display": "FTB - Forge 1.17+",
"data": {
"eula": {
"type": "boolean",
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_21-19.zip"
"http://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_${gtnh-ver}_Server_Java_17-21.zip"
],
"type": "download"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
},
{
"commands": [
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_21-19.zip"
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_17-21.zip"
],
"type": "command"
}
Expand All @@ -56,10 +56,10 @@
},
"gtnh-ver": {
"type": "string",
"desc": "May be located <a href='http://downloads.gtnewhorizons.com/ServerPacks/'>here</a>. E.g. \"2.2.9\" or \"2.3.0-RC-3\".",
"desc": "May be located <a href='http://downloads.gtnewhorizons.com/ServerPacks/'>here</a>. E.g. \"2.4.0\" or \"2.5.0-RC-1\".",
"display": "GT: New Horizons version",
"required": true,
"value": "2.3.0"
"value": "2.4.0"
},
"ip": {
"type": "string",
Expand Down Expand Up @@ -97,7 +97,7 @@
"supportedEnvironments": [
{
"type": "docker",
"image": "eclipse-temurin:21"
"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_21-19.zip"
"http://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_${gtnh-ver}_Server_Java_17-21.zip"
],
"type": "download"
},
Expand All @@ -17,7 +17,7 @@
},
{
"commands": [
"unzip -o *_${gtnh-ver}_Server_Java_21-19.zip"
"unzip -o *_${gtnh-ver}_Server_Java_17-21.zip"
],
"type": "command"
},
Expand All @@ -33,7 +33,7 @@
},
{
"commands": [
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_21-19.zip"
"rm GT_New_Horizons_${gtnh-ver}_Server_Java_17-21.zip"
],
"type": "command"
},
Expand All @@ -60,10 +60,10 @@
},
"gtnh-ver": {
"type": "string",
"desc": "May be located <a href='http://downloads.gtnewhorizons.com/ServerPacks/'>here</a>. E.g. \"2.2.9\" or \"2.3.0-RC-3\".",
"desc": "May be located <a href='http://downloads.gtnewhorizons.com/ServerPacks/'>here</a>. E.g. \"2.4.0\" or \"2.5.0-RC-1\".",
"display": "GT: New Horizons version",
"required": true,
"value": "2.3.0"
"value": "2.4.0"
},
"ip": {
"type": "string",
Expand Down

0 comments on commit a7198c1

Please sign in to comment.