mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-23 15:48:34 +01:00
Compare commits
No commits in common. "98427c7e8d9aaa08483b52db4e16caffdeae877d" and "96a9389f966f83393b5abd783d63d90eb2f21eaa" have entirely different histories.
98427c7e8d
...
96a9389f96
2 changed files with 2 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
For more information, visit the main CurseForge Page by [clicking here](https://www.curseforge.com/minecraft/mc-mods/actually-additions)!
|
||||
|
||||
Maven: [Click here](https://maven.saps.dev/#/releases/de/ellpeck/actuallyadditions/)
|
||||
Jenkins: [Click here](https://ci.ellpeck.de/blue/organizations/jenkins/ActuallyAdditions/)
|
||||
Maven: [Click here](https://maven.ellpeck.de/de/ellpeck/actuallyadditions/)
|
||||
|
||||
![](https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/pics/logo.png)
|
||||
|
|
|
@ -278,20 +278,12 @@ 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