diff --git a/README.md b/README.md index 349e0528..88de45b9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,16 @@ If a kind person translates it, please open an [ Issue or Pull requests ] ! [Templates used for translation](https://github.com/TeamFelnull/IamMusicPlayer/tree/master/common/src/main/resources/assets/iammusicplayer/lang) -# Using Library +# Using libraries -[LavaPlayer](https://github.com/sedmelluq/lavaplayer) - music playback +The following libraries are used for this mod, +but they are included in the mod's jar file and do not need to be installed separately. + +[LavaPlayer](https://github.com/sedmelluq/lavaplayer) +[Felnull Java library](https://github.com/TeamFelnull/FelNullJavaLibrary) +[Java Youtube Downloader](https://github.com/sealedtx/java-youtube-downloader) +[Mp3agic](https://github.com/mpatric/mp3agic) +etc.. # Download diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 740f3596..3d8047d8 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -37,9 +37,9 @@ ], "depends": { "fabric": "*", - "minecraft": ">=1.18.1", - "otyacraftengine": ">=2.3", - "architectury": ">=3.7.22", - "cloth-config2": ">=6.2.57" + "minecraft": ">=1.18.2", + "architectury": ">=4.0.29", + "cloth-config2": ">=6.2.57", + "otyacraftengine": ">=2.4" } } \ No newline at end of file diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index f59cc78c..19d4b075 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -22,21 +22,21 @@ catalogueImageIcon = "icon.png" [[dependencies.iammusicplayer]] modId = "forge" mandatory = true -versionRange = "[39,)" +versionRange = "[40,)" ordering = "NONE" side = "BOTH" [[dependencies.iammusicplayer]] modId = "minecraft" mandatory = true -versionRange = "[1.18.1,)" +versionRange = "[1.18.2,)" ordering = "NONE" side = "BOTH" [[dependencies.iammusicplayer]] modId = "architectury" mandatory = true -versionRange = "[3.7.22,)" +versionRange = "[4.0.29,)" ordering = "AFTER" side = "BOTH" @@ -44,12 +44,12 @@ side = "BOTH" modId = "cloth_config" mandatory = true versionRange = "[6.2.57,)" -ordering = "AFTER" +ordering = "NONE" side = "BOTH" [[dependencies.iammusicplayer]] modId = "otyacraftengine" mandatory = true -versionRange = "[2.3,)" -ordering = "AFTER" +versionRange = "[2.4,)" +ordering = "NONE" side = "BOTH" \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 9578c414..f7b85a06 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,8 +16,8 @@ jei_version=1.18.2:9.4.1.117 rei_version=8.0.442 felnull_version=1.44 cloth_config_version=6.2.57 -oe_version=2.4-build2 -oe_repo_pre=pre. +oe_version=2.4 +oe_repo_pre= lava_version=1.3.78 #---------------------MAVEN---------------------# maven_group=dev.felnull diff --git a/version_check.json b/version_check.json index 0fa88326..37105a8f 100644 --- a/version_check.json +++ b/version_check.json @@ -1,5 +1,8 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/iammusicplayer", + "1.18.2": { + "3.5": "First 1.18.2" + }, "1.18.1": { "3.4": "Update OE version", "3.3": "Fix spi conflict", @@ -22,6 +25,8 @@ "1.0": "The Frist Release." }, "promos": { + "1.18.2-latest": "3.5", + "1.18.2-recommended": "3.5", "1.18.1-latest": "3.4", "1.18.1-recommended": "3.4", "1.17.1-latest": "3.0", @@ -33,4 +38,4 @@ "1.15.2-latest": "1.2", "1.15.2-recommended": "1.2" } -} \ No newline at end of file +}, \ No newline at end of file