fix: actually set old version in tests
This commit is contained in:
parent
8bcf3680c0
commit
4a4e346fe1
1 changed files with 2 additions and 2 deletions
|
|
@ -17,11 +17,11 @@ test("launch game", { timeout: 0 }, async () => {
|
|||
|
||||
const auth = offlineAuth("player");
|
||||
|
||||
instance.setVersion("1.12.2");
|
||||
instance.setVersion("1.7.10");
|
||||
instance.setPaths(gameRoot);
|
||||
instance.setAuth(auth);
|
||||
instance.setJavaExecutable(java)
|
||||
instance.setModLoader("forge", "14.23.5.2864");
|
||||
instance.setModLoader("forge", "10.13.4.1614");
|
||||
|
||||
instance.on("progress", console.log);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue