1.13 Update Phase 1

Mojang has changed its manifest format for 1.13.
Forge is no longer a universal jar, it requires more hosted files, all of which are generated by the installer.
We can no longer extract the version manifest from forge's jar and have to include it in the distribution.
This commit adds support for launching forge only, mods are currently not supported from the distribution.
Handling of 1.13 launches are subject to change as we move forward.
This commit is contained in:
Daniel Scalzi
2019-02-18 06:31:01 -05:00
parent e8e7f85c64
commit 81367bc619
6 changed files with 614 additions and 103 deletions

View File

@@ -15,7 +15,7 @@
"name": "WesterosCraft Production Server",
"description": "Main WesterosCraft server. Connect to enter the Realm.",
"icon": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/server-prod.png",
"version": "3.9.0",
"version": "3.9.4",
"address": "mc.westeroscraft.com",
"minecraftVersion": "1.11.2",
"discord": {
@@ -219,22 +219,22 @@
]
},
{
"id": "com.westeroscraft:westerosblocks:3.1.0-alpha-2-138",
"id": "com.westeroscraft:westerosblocks:3.2.0-beta-1-190",
"name": "WesterosBlocks",
"type": "ForgeMod",
"artifact": {
"size": 17352677,
"MD5": "b5409aa925a47f67158c8141e71f723f",
"size": 17376788,
"MD5": "370f4f1804c93f498f31af8dac509605",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/prod-1.11.2/mods/WesterosBlocks.jar"
}
},
{
"id": "com.westeroscraft:westeroscraftrp:2018-07-21",
"id": "com.westeroscraft:westeroscraftrp:2019-01-21",
"name": "WesterosCraft Resource Pack",
"type": "File",
"artifact": {
"size": 46942221,
"MD5": "26e3e63a5778691eb3a9db11f449fdf1",
"size": 46999843,
"MD5": "309eb9e5296e9f55cfecb7d4058245a4",
"path": "resourcepacks/WesterosCraft.zip",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/prod-1.11.2/resourcepacks/WesterosCraft.zip"
}
@@ -260,15 +260,15 @@
}
},
{
"id": "org.blockartistry:dynsurround:1.11.2-3.4.6.2",
"id": "org.blockartistry:dynsurround:1.11.2-3.4.9.3",
"name": "DynamicSurroundings",
"type": "ForgeMod",
"required": {
"value": false
},
"artifact": {
"size": 21853035,
"MD5": "82a6aac5420151960b8dd709deee5423",
"size": 22291385,
"MD5": "65403c66d8b3655b372f58047941d206",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/prod-1.11.2/mods/DynamicSurroundings.jar"
},
"subModules": [
@@ -278,7 +278,6 @@
"type": "File",
"artifact": {
"size": 20258,
"MD5": "3df81248db151750b7d0a0193b327b47",
"path": "/config/dsurround/dsurround.cfg",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/prod-1.11.2/config/dsurround/dsurround.cfg"
}
@@ -297,15 +296,15 @@
]
},
{
"id": "octarine-noise:betterfoliage:1.11.2-2.1.8",
"id": "octarine-noise:betterfoliage:1.11.2-2.1.10",
"name": "BetterFoliage",
"type": "ForgeMod",
"required": {
"value": false
},
"artifact": {
"size": 4676029,
"MD5": "b2dd47e42da56fb49a07a0d38df91bc4",
"size": 4675903,
"MD5": "522fdf73b6e4343cb6243872fb7b4b6c",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/prod-1.11.2/mods/BetterFoliage.jar"
},
"subModules": [
@@ -430,7 +429,7 @@
"name": "WesterosCraft Test Server",
"description": "Main testing server. Experimental changes are live here.",
"icon": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/server-test.png",
"version": "3.8.3",
"version": "3.9.4",
"address": "mc.westeroscraft.com:4444",
"minecraftVersion": "1.11.2",
"discord": {
@@ -634,22 +633,22 @@
]
},
{
"id": "com.westeroscraft:westerosblocks:3.1.0-alpha-2-138",
"id": "com.westeroscraft:westerosblocks:3.2.0-beta-1-190",
"name": "WesterosBlocks",
"type": "ForgeMod",
"artifact": {
"size": 17352677,
"MD5": "b5409aa925a47f67158c8141e71f723f",
"size": 17376788,
"MD5": "370f4f1804c93f498f31af8dac509605",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.11.2/mods/WesterosBlocks.jar"
}
},
{
"id": "com.westeroscraft:westeroscraftrp:2018-07-21",
"id": "com.westeroscraft:westeroscraftrp:2019-01-21",
"name": "WesterosCraft Resource Pack",
"type": "File",
"artifact": {
"size": 46942221,
"MD5": "26e3e63a5778691eb3a9db11f449fdf1",
"size": 46999843,
"MD5": "309eb9e5296e9f55cfecb7d4058245a4",
"path": "resourcepacks/WesterosCraft.zip",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.11.2/resourcepacks/WesterosCraft.zip"
}
@@ -693,7 +692,6 @@
"type": "File",
"artifact": {
"size": 20849,
"MD5": "8d6c08c158aa846162e2a179d6228181",
"path": "/config/dsurround/dsurround.cfg",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.11.2/config/dsurround/dsurround.cfg"
}
@@ -857,13 +855,13 @@
"autoconnect": true,
"modules": [
{
"id": "net.minecraftforge:forge:1.12.2-14.23.2.2651",
"id": "net.minecraftforge:forge:1.12.2-14.23.5.2797",
"name": "Minecraft Forge",
"type": "ForgeHosted",
"artifact": {
"size": 4823957,
"MD5": "42d3aec7cdd6e4e49b4ff77a1db7c3a9",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/1.12.2/forge-1.12.2-14.23.2.2651-universal.jar"
"size": 4937218,
"MD5": "5320593704af58b3906e7106d27e41c8",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/1.12.2/forge-1.12.2-14.23.5.2797-universal.jar"
},
"subModules": [
{
@@ -1046,6 +1044,16 @@
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/1.12.2/jopt-simple-5.0.3.jar"
}
},
{
"id": "org.apache.maven:maven-artifact:3.5.3",
"name": "maven-artifact",
"type": "Library",
"artifact": {
"size": 54961,
"MD5": "7741ebf29690ee7d9dde9cf4376347fc",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/1.12.2/maven-artifact-3.5.3.jar"
}
},
{
"id": "net.minecraftforge:MercuriusUpdater:1.12.2",
"name": "MercuriusUpdater",
@@ -1059,56 +1067,56 @@
]
},
{
"id": "com.westeroscraft:westerosblocks:3.1.0-alpha-2-10",
"id": "com.westeroscraft:westerosblocks:4.0.0-beta-1-66",
"name": "WesterosBlocks",
"type": "ForgeMod",
"artifact": {
"size": 17261877,
"MD5": "f23568619e6fc2bf0cdbdcc05b6a8af9",
"size": 17286330,
"MD5": "e5c38ef42e9cc4b957122207dcf95f4f",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/WesterosBlocks.jar"
}
},
{
"id": "com.westeroscraft:westeroscraftrp:2018-07-21",
"id": "com.westeroscraft:westeroscraftrp:2019-01-21",
"name": "WesterosCraft Resource Pack",
"type": "File",
"artifact": {
"size": 46944689,
"MD5": "caa806fb84e56c6c230e56b17670f2bc",
"size": 47002312,
"MD5": "86b169611ca0e51fdc47384d8423c402",
"path": "resourcepacks/WesterosCraft.zip",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/resourcepacks/WesterosCraft.zip"
}
},
{
"id": "net.optifine:optifine:1.12.2_HD_U_D1",
"id": "net.optifine:optifine:1.12.2_HD_U_E3",
"name": "Optifine",
"type": "ForgeMod",
"artifact": {
"size": 2372821,
"MD5": "4bfc1c95dde8ec08568e01bfaa61e7c5",
"size": 2444057,
"MD5": "7ec95c57ac1a224d6eb93bd370e4ac37",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/OptiFine.jar"
}
},
{
"id": "mezz:jei:1.12.2-4.8.5.151",
"id": "mezz:jei:1.12.2-4.14.3.242",
"name": "JustEnoughItems",
"type": "ForgeMod",
"artifact": {
"size": 545366,
"MD5": "7194b7b1f1ea6ad20013c596319db5b0",
"size": 620682,
"MD5": "ae6d0e6e873ef6c20f41097dc7fee8c6",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/jei.jar"
}
},
{
"id": "org.blockartistry:dynsurround:1.12.2-3.4.9.3",
"id": "org.blockartistry:dynsurround:1.12.2-3.4.10.5",
"name": "DynamicSurroundings",
"type": "ForgeMod",
"required": {
"value": false
},
"artifact": {
"size": 22298474,
"MD5": "115baf8e5f4e7d9757a2a85fb3507789",
"size": 22507134,
"MD5": "3d75602c66b7ccfc23c342e8d5e07469",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/DynamicSurroundings.jar"
},
"subModules": [
@@ -1117,8 +1125,7 @@
"name": "DynamicSurroundings General Configuration File",
"type": "File",
"artifact": {
"size": 21195,
"MD5": "850f1103765f45698954b4e3b0b0369d",
"size": 22179,
"path": "/config/dsurround/dsurround.cfg",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/config/dsurround/dsurround.cfg"
}
@@ -1137,15 +1144,15 @@
]
},
{
"id": "octarine-noise:betterfoliage:1.12-2.1.10",
"id": "octarine-noise:betterfoliage:1.12-2.2.0",
"name": "BetterFoliage",
"type": "ForgeMod",
"required": {
"value": false
},
"artifact": {
"size": 4671397,
"MD5": "06714eb2c13f59df5e3c92cec7370e11",
"size": 926081,
"MD5": "e05a720c5900b9bac4e01179abe8eef6",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/BetterFoliage.jar"
},
"subModules": [
@@ -1163,28 +1170,38 @@
]
},
{
"id": "techbrew:journeymap:1.12.2-5.5.2",
"id": "forgelin:forgelin:1.8.2",
"name": "Forgelin",
"type": "ForgeMod",
"artifact": {
"size": 5124663,
"MD5": "59035365f7af35f599d1c4baade64d8b",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/Forgelin.jar"
}
},
{
"id": "techbrew:journeymap:1.12.2-5.5.3",
"name": "JourneyMap",
"type": "ForgeMod",
"required": {
"value": false
},
"artifact": {
"size": 1822850,
"MD5": "b743562dac1b5334c20ac87b54c0b518",
"size": 1831161,
"MD5": "d3b5a672d2393f9fe63903598d50c769",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/journeymap.jar"
}
},
{
"id": "com.github.hexomod:worldeditcuife2:2.1.2-mf-1.12.2-14.23.0.2487",
"id": "com.github.hexomod:worldeditcuife2:2.2.0-mf-1.12.2-14.23.5.2768",
"name": "WorldEditCUI",
"type": "ForgeMod",
"required": {
"value": false
},
"artifact": {
"size": 461808,
"MD5": "44b1b1031c25f04955bfd7ed734bd467",
"size": 459294,
"MD5": "2b8c1c3bc48c2d80b71daa658f656edb",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/mods/worldeditcuife.jar"
}
},
@@ -1219,14 +1236,14 @@
]
},
{
"id": "com.sonicether:seus:11.0",
"name": "Sonic Ether's Unbelievable Shaders",
"id": "com.sonicether:seus-renewed:1.0.0",
"name": "Sonic Ether's Unbelievable Shaders Renewed",
"type": "File",
"artifact": {
"size": 175159,
"MD5": "bfa8c31d1da8131b59917bb2460205b1",
"path": "shaderpacks/SEUS v11.0.zip",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/shaderpacks/SEUS.zip"
"size": 7062491,
"MD5": "e68cc9f8ffc8fad66583b9b2cc05356f",
"path": "shaderpacks/SEUS-Renewed.zip",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/test-1.12.2/shaderpacks/SEUS-Renewed.zip"
}
},
{
@@ -1251,6 +1268,287 @@
}
}
]
},
{
"id": "WesterosCraftTest-1.13.2",
"name": "WesterosCraft 1.13.2 Test Server",
"description": "Tests for our version change to 1.13.2 are live here.",
"icon": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/server-test.png",
"version": "5.0.0",
"address": "mc.westeroscraft.com:4445",
"minecraftVersion": "1.13.2",
"discord": {
"shortId": "1.13.2 Test Server",
"largeImageText": "WesterosCraft 1.13.2 Test Server",
"largeImageKey": "server-test"
},
"mainServer": false,
"autoconnect": false,
"modules": [
{
"id": "net.minecraftforge:forge:1.13.2-25.0.26",
"name": "Minecraft Forge (base jar)",
"type": "ForgeHosted",
"artifact": {
"size": 4937218,
"MD5": "6efa97b23a1a0982fbdb61168f972045",
"url": ""
},
"subModules": [
{
"id": "net.minecraftforge:forge:1.13.2-25.0.26:universal",
"name": "Minecraft Forge (universal jar)",
"type": "Library",
"artifact": {
"size": 2234772 ,
"MD5": "d35aa9e0a2149682716244373a369ce3",
"url": ""
}
},
{
"id": "net.minecraftforge:forge:1.13.2-25.0.26:client",
"name": "Minecraft Forge (client jar)",
"type": "Library",
"artifact": {
"size": 2928187,
"MD5": "6454bbb04448b3a1a6adde4f827ce73d",
"url": ""
}
},
{
"id": "net.minecraft:client:1.13.2:data",
"name": "Minecraft Forge (client data)",
"type": "Library",
"artifact": {
"size": 9622361,
"MD5": "dc66e2219e3de6e7ca05847fd3c7746d",
"url": ""
}
},
{
"id": "net.minecraft:client:1.13.2:extra",
"name": "Minecraft Forge (client extra)",
"type": "Library",
"artifact": {
"size": 22,
"MD5": "76cdb2bad9582d23c1f6f4d868218d6c",
"url": ""
}
},
{
"id": "net.minecraft:client:1.13.2-20190213.203750:srg",
"name": "Minecraft Forge (client srg)",
"type": "Library",
"artifact": {
"size": 8198877,
"MD5": "9cb4b80fe6949e74b6f6c11d640747ae",
"url": ""
}
},
{
"id": "1.13.2-forge-25.0.26",
"name": "Minecraft Forge (version.jar)",
"type": "VersionJar",
"artifact": {
"size": 16089640,
"MD5": "0d20673fc03f9c6a60279146ee1b1a14",
"url": ""
}
},
{
"id": "1.13.2-forge-25.0.26",
"name": "Minecraft Forge (version.json)",
"type": "VersionManifest",
"artifact": {
"size": 10466,
"MD5": "bc27fba2e3551d77bfbb06614398cf33",
"url": ""
}
},
{
"id": "com.paulscode:soundsystem:201809301515",
"name": "Minecraft Forge (Paul's Code Soundsystem)",
"type": "Library",
"artifact": {
"size": 66607,
"MD5": "bf43e7b9f628534614b3fc5e4e69d209",
"url": ""
}
},
{
"id": "org.ow2.asm:asm:6.2",
"name": "Minecraft Forge (asm)",
"type": "Library",
"artifact": {
"size": 111214,
"MD5": "7abdce94068615d690495f45eb6eb980",
"url": ""
}
},
{
"id": "org.ow2.asm:asm-commons:6.2",
"name": "Minecraft Forge (asm-commons)",
"type": "Library",
"artifact": {
"size": 78919,
"MD5": "a031c9a32770c02c2f91d2bcbeceabcd",
"url": ""
}
},
{
"id": "org.ow2.asm:asm-tree:6.2",
"name": "Minecraft Forge (asm-tree)",
"type": "Library",
"artifact": {
"size": 50370,
"MD5": "e7279981c6764dcd73a99705acf5c9a6",
"url": ""
}
},
{
"id": "cpw.mods:modlauncher:0.9.5",
"name": "Minecraft Forge (modlauncher)",
"type": "Library",
"artifact": {
"size": 78880,
"MD5": "13e299c5af2eb3707108fda0e09307d4",
"url": ""
}
},
{
"id": "net.minecraftforge:accesstransformers:0.14.4-shadowed",
"name": "Minecraft Forge (Access Transformers)",
"type": "Library",
"artifact": {
"size": 441002,
"MD5": "b56c2d2faeef20dd870d47c442e73a35",
"url": ""
}
},
{
"id": "net.minecraftforge:eventbus:0.7.1-service",
"name": "Minecraft Forge (EventBus)",
"type": "Library",
"artifact": {
"size": 36617,
"MD5": "a23071862888fee2b36882546c53dc98",
"url": ""
}
},
{
"id": "net.minecraftforge:forgespi:0.6.0",
"name": "Minecraft Forge (Forge SPI)",
"type": "Library",
"artifact": {
"size": 15429,
"MD5": "3a9ac484bde11412cb8112f67ed91b97",
"url": ""
}
},
{
"id": "net.minecraftforge:coremods:0.3.0",
"name": "Minecraft Forge (coremods)",
"type": "Library",
"artifact": {
"size": 10598,
"MD5": "2f16029f918a74f9d550417cfc35a287",
"url": ""
}
},
{
"id": "com.electronwill.night-config:core:3.4.2",
"name": "Minecraft Forge (night-config core)",
"type": "Library",
"artifact": {
"size": 189896,
"MD5": "a96945eb67f63c9014b950c037d7a605",
"url": ""
}
},
{
"id": "com.electronwill.night-config:toml:3.4.2",
"name": "Minecraft Forge (night-config toml)",
"type": "Library",
"artifact": {
"size": 30619,
"MD5": "b0030fa6166179c0a971fd53e8fcfbfc",
"url": ""
}
},
{
"id": "org.jline:jline:3.9.0",
"name": "Minecraft Forge (jline)",
"type": "Library",
"artifact": {
"size": 707273,
"MD5": "2db9aae140f810a72fc4a5cb5aa5cf9b",
"url": ""
}
},
{
"id": "org.apache.maven:maven-artifact:3.6.0",
"name": "Minecraft Forge (maven-artifact)",
"type": "Library",
"artifact": {
"size": 55051,
"MD5": "89e95013b11f347e48c0525965600404",
"url": ""
}
},
{
"id": "net.jodah:typetools:0.6.0",
"name": "Minecraft Forge (typetools)",
"type": "Library",
"artifact": {
"size": 14734,
"MD5": "9f65b6e90eb986fe25afc39b8ed3f43b",
"url": ""
}
},
{
"id": "java3d:vecmath:1.5.2",
"name": "Minecraft Forge (vecmath)",
"type": "Library",
"artifact": {
"size": 318956,
"MD5": "e5d2b7f46c4800a32f62ce75676a5710",
"url": ""
}
},
{
"id": "org.apache.logging.log4j:log4j-api:2.11.1",
"name": "Minecraft Forge (log4j-api)",
"type": "Library",
"artifact": {
"size": 264060,
"MD5": "fc110208241ce5b48bd07464ecc7e137",
"url": ""
}
},
{
"id": "org.apache.logging.log4j:log4j-core:2.11.1",
"name": "Minecraft Forge (log4j-core)",
"type": "Library",
"artifact": {
"size": 1607947,
"MD5": "b2242de0677be6515d6cefbf48e7e5d5",
"url": ""
}
},
{
"id": "net.minecrell:terminalconsoleappender:1.1.1",
"name": "Minecraft Forge (terminalconsoleappender)",
"type": "Library",
"artifact": {
"size": 15240,
"MD5": "a190e88073a41dfa1b1d47854c41230b",
"url": ""
}
}
]
}
]
}
]
}