mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-12-03 11:58:34 +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"
|
||||
minecraftVersions.add(game_version)
|
||||
javaVersions.add(JavaVersion.VERSION_21)
|
||||
type = BETA;
|
||||
clientRequired = true
|
||||
serverRequired = true
|
||||
requires("patchouli")
|
||||
optional("jei")
|
||||
}
|
||||
|
||||
modrinth {
|
||||
accessToken = mrToken
|
||||
projectId = "4K7Q3nqd"
|
||||
minecraftVersions.add(game_version)
|
||||
type = BETA;
|
||||
requires("patchouli")
|
||||
optional("jei")
|
||||
}
|
||||
|
||||
github {
|
||||
|
|
Loading…
Reference in a new issue