Skip to content

Commit 503a632

Browse files
authored
feat: 🌟 Fix 1.19.3 Sound issue
1 parent 285e358 commit 503a632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solartweaks",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"author": "SolarTweaks",
55
"contributors": [
66
"RichardDorian",

src/javascript/minecraft.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ export async function getJavaArguments(
559559
'--accessToken',
560560
'0',
561561
'--assetIndex',
562-
version === '1.7.10' ? '1.7.10' : version.split('.').splice(0, 2).join('.'),
562+
version === '1.7.10' ? '1.7.10' : version === '1.19.3' ? '2' : version.split('.').splice(0, 2).join('.'),
563563
'--userProperties',
564564
'{}',
565565
'--gameDir',

0 commit comments

Comments
 (0)