Skip to content

Commit 9327282

Browse files
Shadowbee27Fr4gm3nt3d_sh
andcommitted
3.23.2-1.20.1 Release Merge (TeamFelNull#58)
- Fixed Lavaplayer natives check on windows Co-authored-by: Fr4gm3nt3d_sh <fr4gm3nt3d_sh@noreply.codeberg.org> Reviewed-on: https://codeberg.org/Mod-Sauce/IamMusicPlayerRenewed/pulls/58 Reviewed-by: Fr4gm3nt3d_sh <fr4gm3nt3d_sh@noreply.codeberg.org> Co-authored-by: Shadowbee27 <shadowbee.contact@proton.me> Co-committed-by: Shadowbee27 <shadowbee.contact@proton.me>
1 parent 4de39bd commit 9327282

File tree

6 files changed

+914
-778
lines changed

6 files changed

+914
-778
lines changed

common/src/main/java/dev/felnull/imp/IMPConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ public class IMPConfig implements ConfigData {
6767

6868
@ConfigEntry.Category("internal")
6969
@ConfigEntry.Gui.Excluded
70-
public String configVersion = "";
70+
public String configVersion = "1";
7171
}

common/src/main/java/dev/felnull/imp/IamMusicPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private static void checkAndResetConfig() {
7070
CONFIG.lavaPlayerNativesURL =
7171
"https://raw.githubusercontent.com/Mod-Sauce/test_lavaplayer_IMP/refs/heads/main/lavaplayer/natives_link.json";
7272
CONFIG.hashBaseUrl =
73-
"https://raw.githubusercontent.com/Mod-Sauce/test_lavaplayer_IMP/refs/heads/main/lavaplayer/";
73+
"https://raw.githubusercontent.com/Mod-Sauce/test_lavaplayer_IMP/refs/heads/main/lavaplayer";
7474
CONFIG.IMPRFolder = "iammusicplayerrenewed";
7575
CONFIG.lavaNativesFolder = "lavaplayer_natives";
7676
CONFIG.hideDisplaySprite = false;

0 commit comments

Comments
 (0)