mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 15:03:30 +01:00
Move type outside of platform blocks
This commit is contained in:
parent
98427c7e8d
commit
bc67137313
1 changed files with 1 additions and 3 deletions
|
@ -263,7 +263,7 @@ publishMods {
|
||||||
changelog = createChangelog().trim()
|
changelog = createChangelog().trim()
|
||||||
version = mod_version
|
version = mod_version
|
||||||
displayName = "Actually Additions ${mod_version}"
|
displayName = "Actually Additions ${mod_version}"
|
||||||
type = STABLE
|
type = BETA;
|
||||||
|
|
||||||
file = jar.archiveFile
|
file = jar.archiveFile
|
||||||
|
|
||||||
|
@ -278,7 +278,6 @@ 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
|
clientRequired = true
|
||||||
serverRequired = true
|
serverRequired = true
|
||||||
requires("patchouli")
|
requires("patchouli")
|
||||||
|
@ -289,7 +288,6 @@ publishMods {
|
||||||
accessToken = mrToken
|
accessToken = mrToken
|
||||||
projectId = "4K7Q3nqd"
|
projectId = "4K7Q3nqd"
|
||||||
minecraftVersions.add(game_version)
|
minecraftVersions.add(game_version)
|
||||||
type = BETA;
|
|
||||||
requires("patchouli")
|
requires("patchouli")
|
||||||
optional("jei")
|
optional("jei")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue