Skip to content

Commit

Permalink
updated minecraft launcher core to 3.18.1 (forge 1.20+ support)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kensaa committed Jun 7, 2024
1 parent ecd8877 commit d2c8819
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Minecraft launcher with auto-update feature to facilitate playing modded minecraft",
"author": "Kensa",
"private": true,
"version": "3.2.2",
"version": "3.2.3",
"license": "MIT",
"main": "dist-electron/electron.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"decompress": "^4.2.1",
"electron-fetch": "^1.9.1",
"lucide-react": "^0.104.1",
"minecraft-launcher-core": "^3.17.3",
"minecraft-launcher-core": "^3.18.1",
"msmc": "^3.1.3",
"pino": "^8.14.1",
"pino-pretty": "^10.0.1",
Expand Down Expand Up @@ -75,5 +75,6 @@
],
"publisherName": "Kensa"
}
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
12 changes: 6 additions & 6 deletions launcher/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2480,14 +2480,14 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==

minecraft-launcher-core@^3.17.3:
version "3.17.3"
resolved "https://registry.yarnpkg.com/minecraft-launcher-core/-/minecraft-launcher-core-3.17.3.tgz#59432af9cd35e2fc2098e28063e9c81f5a4203cb"
integrity sha512-yA/WKkw6zcIFBKS4OCXEeQfdtKhXHZVz4cS5pmouOohxk8JZQI/i+BDMl7Ny3jHUnUv7n9VPK4ZQ6jhadhhXxQ==
minecraft-launcher-core@^3.18.1:
version "3.18.1"
resolved "https://registry.yarnpkg.com/minecraft-launcher-core/-/minecraft-launcher-core-3.18.1.tgz#e8c286070aafde542507991a2c3945835ee96bfa"
integrity sha512-v1FC0DypJY2lRjQJ5a13ULh2bqJR8s8Ax69Y77c1Ae8PBLklSLaYkIBej+3t7Ei/zxWmhRG1bCOOCU3ztT+y7w==
dependencies:
adm-zip "^0.4.13"
checksum "^0.1.1"
request "^2.88.0"
request "^2.88.2"
uuid "^8.3.2"

[email protected]:
Expand Down Expand Up @@ -2960,7 +2960,7 @@ regenerator-runtime@^0.13.11:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

request@^2.88.0:
request@^2.88.2:
version "2.88.2"
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
Expand Down

0 comments on commit d2c8819

Please sign in to comment.