Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update forge and sponge to latest available recommended builds
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Jun 16, 2018
1 parent 25067b0 commit bf777b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/templates/minecraft.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ const Forge = `{
"type": "boolean"
},
"version": {
"value": "1.12.2-14.23.1.2555",
"value": "1.12.2-14.23.4.2705",
"required": true,
"desc": "Version of Forge to install (may be located <a href='http://files.minecraftforge.net/#Downloads'>here</a>",
"display": "Version",
Expand Down Expand Up @@ -567,14 +567,14 @@ const Sponge = `{
"type": "boolean"
},
"spongeversion": {
"value": "1.12.2-2555-7.1.0-BETA-2844",
"value": "1.12.2-7.1.0-BETA-3171",
"required": true,
"desc": "Version of Sponge to install (may be located <a href='https://www.spongepowered.org/downloads/spongeforge/stable/'>here</a>",
"display": "Sponge Version",
"internal": false
},
"forgeversion": {
"value": "1.12.2-14.23.1.2555",
"value": "1.12.2-14.23.4.2705",
"required": true,
"desc": "Version of Forge to install (use version specified by Sponge)",
"display": "Forge Version",
Expand Down Expand Up @@ -1033,7 +1033,7 @@ const ForgeDocker = `{
"type": "boolean"
},
"version": {
"value": "1.12.2-14.23.1.2555",
"value": "1.12.2-14.23.4.2705",
"required": true,
"desc": "Version of Forge to install (may be located <a href='http://files.minecraftforge.net/#Downloads'>here</a>",
"display": "Version",
Expand Down Expand Up @@ -1148,14 +1148,14 @@ const SpongeDocker = `{
"type": "boolean"
},
"spongeversion": {
"value": "1.12.2-2555-7.1.0-BETA-2844",
"value": "1.12.2-7.1.0-BETA-3171",
"required": true,
"desc": "Version of Sponge to install (may be located <a href='https://www.spongepowered.org/downloads/spongeforge/stable/'>here</a>",
"display": "Sponge Version",
"internal": false
},
"forgeversion": {
"value": "1.12.2-14.23.1.2555",
"value": "1.12.2-14.23.4.2705",
"required": true,
"desc": "Version of Forge to install (use version specified by Sponge)",
"display": "Forge Version",
Expand Down

0 comments on commit bf777b9

Please sign in to comment.