mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-23 07:38:34 +01:00
Compare commits
2 commits
96a9389f96
...
98427c7e8d
Author | SHA1 | Date | |
---|---|---|---|
|
98427c7e8d | ||
|
3ecc1969ec |
2 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
For more information, visit the main CurseForge Page by [clicking here](https://www.curseforge.com/minecraft/mc-mods/actually-additions)!
|
||||
|
||||
Jenkins: [Click here](https://ci.ellpeck.de/blue/organizations/jenkins/ActuallyAdditions/)
|
||||
Maven: [Click here](https://maven.ellpeck.de/de/ellpeck/actuallyadditions/)
|
||||
Maven: [Click here](https://maven.saps.dev/#/releases/de/ellpeck/actuallyadditions/)
|
||||
|
||||
![](https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/pics/logo.png)
|
||||
|
|
|
@ -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