mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-12-04 12:18:33 +01:00
Setup deps and mark client/server on curse
This commit is contained in:
parent
3ecc1969ec
commit
98427c7e8d
1 changed files with 8 additions and 0 deletions
|
@ -278,12 +278,20 @@ publishMods {
|
||||||
projectId = "228404"
|
projectId = "228404"
|
||||||
minecraftVersions.add(game_version)
|
minecraftVersions.add(game_version)
|
||||||
javaVersions.add(JavaVersion.VERSION_21)
|
javaVersions.add(JavaVersion.VERSION_21)
|
||||||
|
type = BETA;
|
||||||
|
clientRequired = true
|
||||||
|
serverRequired = true
|
||||||
|
requires("patchouli")
|
||||||
|
optional("jei")
|
||||||
}
|
}
|
||||||
|
|
||||||
modrinth {
|
modrinth {
|
||||||
accessToken = mrToken
|
accessToken = mrToken
|
||||||
projectId = "4K7Q3nqd"
|
projectId = "4K7Q3nqd"
|
||||||
minecraftVersions.add(game_version)
|
minecraftVersions.add(game_version)
|
||||||
|
type = BETA;
|
||||||
|
requires("patchouli")
|
||||||
|
optional("jei")
|
||||||
}
|
}
|
||||||
|
|
||||||
github {
|
github {
|
||||||
|
|
Loading…
Reference in a new issue