Compare commits

..

No commits in common. "98427c7e8d9aaa08483b52db4e16caffdeae877d" and "96a9389f966f83393b5abd783d63d90eb2f21eaa" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View file

@ -2,6 +2,7 @@
For more information, visit the main CurseForge Page by [clicking here](https://www.curseforge.com/minecraft/mc-mods/actually-additions)! 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) ![](https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/pics/logo.png)

View file

@ -278,20 +278,12 @@ 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 {