Compare commits

...

2 commits

Author SHA1 Message Date
Mrbysco
98427c7e8d Setup deps and mark client/server on curse 2024-10-30 23:48:11 +01:00
Mrbysco
3ecc1969ec Update readme 2024-10-30 23:46:32 +01:00
2 changed files with 9 additions and 2 deletions

View file

@ -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)

View file

@ -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 {