Skip to content

Commit

Permalink
update lavaplayer version
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Mar 15, 2024
1 parent bf1090f commit db5e68a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changelog to track updates for this mod.
### Removed

### Fixed

- Fixed the problem that YouTube cannot be played
### Security

## [3.21.6] - 2024-01-25
Expand Down
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies {
modApi "me.shedaniel.cloth:cloth-config:10.0.96"

implementation "dev.felnull:felnull-java-library:${rootProject.felnull_version}"
implementation("com.github.walkyst:lavaplayer-fork:${rootProject.lava_version}") {
exclude group: 'com.sedmelluq', module: 'lavaplayer-natives'
implementation("dev.arbjerg:lavaplayer:${rootProject.lava_version}") {
exclude group: 'dev.arbjerg', module: 'lavaplayer-natives'
}
implementation 'com.github.sealedtx:java-youtube-downloader:3.1.0'
implementation 'com.github.sealedtx:java-youtube-downloader:3.2.3'
implementation 'com.mpatric:mp3agic:0.9.1'
}

Expand Down
8 changes: 4 additions & 4 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ dependencies {
modApi "curse.maven:ctm-535489:4438793"//Sound Physics Remastered
modApi "vazkii.patchouli:Patchouli:1.19.4-79-FABRIC"

shadowIn("com.github.walkyst:lavaplayer-fork:${rootProject.lava_version}") {
exclude group: 'com.github.walkyst', module: 'lavaplayer-natives-fork'
shadowIn("dev.arbjerg:lavaplayer:${rootProject.lava_version}") {
exclude group: 'dev.arbjerg', module: 'lavaplayer-natives'
}
shadowIn 'com.github.sealedtx:java-youtube-downloader:3.1.0'
shadowIn 'com.github.sealedtx:java-youtube-downloader:3.2.3'
shadowIn "dev.felnull:felnull-java-library:${rootProject.felnull_version}"
shadowIn 'com.mpatric:mp3agic:0.9.1'
}
Expand Down Expand Up @@ -118,7 +118,7 @@ shadowJar {
}

relocate 'ibxm', 'dev.felnull.imp.include.ibxm'
relocate 'net.sourceforge.jaad.aac', 'dev.felnull.imp.include.net.sourceforge.jaad.aac'
relocate 'net.sourceforge.jaad', 'dev.felnull.imp.include.net.sourceforge.jaad'
relocate 'org.mozilla.javascript', 'dev.felnull.imp.include.org.mozilla.javascript'
relocate 'org.mozilla.classfile', 'dev.felnull.imp.include.org.mozilla.classfile'
}
Expand Down
8 changes: 4 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dependencies {
modRuntimeOnly "vazkii.patchouli:Patchouli:1.19.4-79-FORGE"


shadowIn("com.github.walkyst:lavaplayer-fork:${rootProject.lava_version}") {
exclude group: 'com.github.walkyst', module: 'lavaplayer-natives-fork'
shadowIn("dev.arbjerg:lavaplayer:${rootProject.lava_version}"){
exclude group: 'dev.arbjerg', module: 'lavaplayer-natives'
}
shadowIn 'com.github.sealedtx:java-youtube-downloader:3.1.0'
shadowIn 'com.github.sealedtx:java-youtube-downloader:3.2.3'
shadowIn "dev.felnull:felnull-java-library:${rootProject.felnull_version}"
shadowIn 'com.mpatric:mp3agic:0.9.1'
}
Expand Down Expand Up @@ -104,7 +104,7 @@ shadowJar {
}

relocate 'ibxm', 'dev.felnull.imp.include.ibxm'
relocate 'net.sourceforge.jaad.aac', 'dev.felnull.imp.include.net.sourceforge.jaad.aac'
relocate 'net.sourceforge.jaad', 'dev.felnull.imp.include.net.sourceforge.jaad'
relocate 'org.mozilla.javascript', 'dev.felnull.imp.include.org.mozilla.javascript'
relocate 'org.mozilla.classfile', 'dev.felnull.imp.include.org.mozilla.classfile'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ enabled_platforms=fabric,forge
#Mod
archives_base_name=iammusicplayer
mod_display_name=IamMusicPlayer
mod_version=3.21.6
mod_version=3.21.7
#Dependencies
architectury_version=8.1.73
fabric_loader_version=0.14.17
fabric_api_version=0.76.0+1.19.4
forge_version=1.19.4-45.0.9
felnull_version=1.75
oe_version=3.6.0
lava_version=1.4.3
lava_version=2.1.1
#Upload
curesforge_id=386380
modrinth_id=ZHHXRhiU
Expand Down

0 comments on commit db5e68a

Please sign in to comment.