Fix assetIndexes for 1.13.1

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
cpw 2019-02-16 17:16:34 -05:00
parent 63b2ad36e1
commit 579c3ecc0e
No known key found for this signature in database
GPG Key ID: 8EB3DF749553B1B7
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ public class LaunchTesting
launchArgs = ObjectArrays.concat(launchArgs, new String[] {
"--accessToken", "blah",
"--version", "FMLDev",
"--assetIndex", "1.13",
"--assetIndex", "1.13.1",
"--assetsDir", assets,
"--userProperties", "{}"
}, String.class);

View File

@ -65,7 +65,7 @@ public class UserdevLauncher
launchArgs = ObjectArrays.concat(launchArgs, new String[] {
"--accessToken", "blah",
"--version", "FMLDev",
"--assetIndex", "1.13",
"--assetIndex", "1.13.1",
"--assetsDir", assets,
"--userProperties", "{}"
}, String.class);