Skip to content

Commit

Permalink
3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Mar 5, 2022
1 parent ea20ac9 commit e2d8ba5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 15 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 6 additions & 6 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,34 @@ 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"

[[dependencies.iammusicplayer]]
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"
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion version_check.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -33,4 +38,4 @@
"1.15.2-latest": "1.2",
"1.15.2-recommended": "1.2"
}
}
},

0 comments on commit e2d8ba5

Please sign in to comment.