[DEV] Nightbloom stuff and bump version

This commit is contained in:
2024-07-05 21:17:42 +02:00
parent 4463f62813
commit d426b63fcc
63 changed files with 103 additions and 40 deletions

View File

@@ -62,6 +62,7 @@ pipeline {
projectIcon: "${projectIcon}", projectIcon: "${projectIcon}",
modLoaders: "${modLoaders}", modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}", minecraftVersions: "${supportedMc}",
type: "snapshot",
failWebhook: env.SSS_WEBHOOK, failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -103,10 +103,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -97,10 +97,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5+snapshot.1" id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.orion" version "1.0.+" id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,7 +1,7 @@
#Project #Project
version_major=2 version_major=2
version_minor=0 version_minor=0
version_patch=0 version_patch=1
#Mod #Mod
mod_author=HypherionSA mod_author=HypherionSA

View File

@@ -62,6 +62,7 @@ pipeline {
projectIcon: "${projectIcon}", projectIcon: "${projectIcon}",
modLoaders: "${modLoaders}", modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}", minecraftVersions: "${supportedMc}",
type: "snapshot",
failWebhook: env.SSS_WEBHOOK, failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -103,10 +103,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -97,10 +97,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5+snapshot.1" id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.orion" version "1.0.+" id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,7 +1,7 @@
#Project #Project
version_major=2 version_major=2
version_minor=0 version_minor=0
version_patch=0 version_patch=1
#Mod #Mod
mod_author=HypherionSA mod_author=HypherionSA

View File

@@ -62,6 +62,7 @@ pipeline {
projectIcon: "${projectIcon}", projectIcon: "${projectIcon}",
modLoaders: "${modLoaders}", modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}", minecraftVersions: "${supportedMc}",
type: "snapshot",
failWebhook: env.SSS_WEBHOOK, failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -103,10 +103,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -97,10 +97,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5+snapshot.1" id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.orion" version "1.0.+" id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,7 +1,7 @@
#Project #Project
version_major=2 version_major=2
version_minor=0 version_minor=0
version_patch=0 version_patch=1
#Mod #Mod
mod_author=HypherionSA mod_author=HypherionSA

View File

@@ -62,6 +62,7 @@ pipeline {
projectIcon: "${projectIcon}", projectIcon: "${projectIcon}",
modLoaders: "${modLoaders}", modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}", minecraftVersions: "${supportedMc}",
type: "snapshot",
failWebhook: env.SSS_WEBHOOK, failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -103,10 +103,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -97,10 +97,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5+snapshot.1" id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.orion" version "1.0.+" id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,7 +1,7 @@
#Project #Project
version_major=2 version_major=2
version_minor=0 version_minor=0
version_patch=0 version_patch=1
#Mod #Mod
mod_author=HypherionSA mod_author=HypherionSA

View File

@@ -62,6 +62,7 @@ pipeline {
projectIcon: "${projectIcon}", projectIcon: "${projectIcon}",
modLoaders: "${modLoaders}", modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}", minecraftVersions: "${supportedMc}",
type: "snapshot",
failWebhook: env.SSS_WEBHOOK, failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -103,10 +103,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -97,10 +97,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -96,10 +96,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5+snapshot.1" id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.orion" version "1.0.+" id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,7 +1,7 @@
#Project #Project
version_major=2 version_major=2
version_minor=0 version_minor=0
version_patch=0 version_patch=1
#Mod #Mod
mod_author=HypherionSA mod_author=HypherionSA

View File

@@ -62,6 +62,7 @@ pipeline {
projectIcon: "${projectIcon}", projectIcon: "${projectIcon}",
modLoaders: "${modLoaders}", modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}", minecraftVersions: "${supportedMc}",
type: "snapshot",
failWebhook: env.SSS_WEBHOOK, failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -103,10 +103,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -97,10 +97,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5+snapshot.1" id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.orion" version "1.0.+" id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,7 +1,7 @@
#Project #Project
version_major=2 version_major=2
version_minor=0 version_minor=0
version_patch=0 version_patch=1
#Mod #Mod
mod_author=HypherionSA mod_author=HypherionSA

View File

@@ -62,6 +62,7 @@ pipeline {
projectIcon: "${projectIcon}", projectIcon: "${projectIcon}",
modLoaders: "${modLoaders}", modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}", minecraftVersions: "${supportedMc}",
type: "snapshot",
failWebhook: env.SSS_WEBHOOK, failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -103,10 +103,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -97,10 +97,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -96,10 +96,12 @@ publisher {
apiKeys { apiKeys {
modrinth(System.getenv("MODRINTH_TOKEN")) modrinth(System.getenv("MODRINTH_TOKEN"))
curseforge(System.getenv("CURSE_TOKEN")) curseforge(System.getenv("CURSE_TOKEN"))
nightbloom(System.getenv("PLATFORM_KEY"))
} }
setCurseID(curse_id) setCurseID(curse_id)
setModrinthID(modrinth_id) setModrinthID(modrinth_id)
setNightbloomID("craterlib")
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5+snapshot.1" id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.orion" version "1.0.+" id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,7 +1,7 @@
#Project #Project
version_major=2 version_major=2
version_minor=0 version_minor=0
version_patch=0 version_patch=1
#Mod #Mod
mod_author=HypherionSA mod_author=HypherionSA

View File

@@ -1 +1 @@
0f17e8f844b81cdc1fe1c7b53c9801aea01b9e5d d21bf13b4afa32351f0666b852a93e49564908a0

View File

@@ -40,7 +40,7 @@
} }
} }
} }
@@ -48,19 +52,21 @@ @@ -48,20 +52,22 @@
post { post {
always { always {
@@ -53,6 +53,7 @@
- projectIcon: "${projectIcon}", - projectIcon: "${projectIcon}",
- modLoaders: "${modLoaders}", - modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}", - minecraftVersions: "${supportedMc}",
- type: "snapshot",
- failWebhook: env.SSS_WEBHOOK, - failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" - publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
- -
@@ -67,6 +68,7 @@
+ projectIcon: "${projectIcon}", + projectIcon: "${projectIcon}",
+ modLoaders: "${modLoaders}", + modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}", + minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ failWebhook: env.SSS_WEBHOOK, + failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" + publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+ +

View File

@@ -1,6 +1,6 @@
--- a/Fabric/build.gradle --- a/Fabric/build.gradle
+++ b/Fabric/build.gradle +++ b/Fabric/build.gradle
@@ -110,8 +110,8 @@ @@ -112,8 +112,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -9,7 +9,7 @@
// Do not edit or remove // Do not edit or remove
implementation project(":Common") implementation project(":Common")
@@ -104,8 +104,8 @@ @@ -106,8 +106,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -1,6 +1,6 @@
--- a/NeoForge/build.gradle --- a/NeoForge/build.gradle
+++ /dev/null +++ /dev/null
@@ -1,112 +1,0 @@ @@ -1,114 +1,0 @@
-archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}" -archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}"
- -
-dependencies { -dependencies {
@@ -99,10 +99,12 @@
- apiKeys { - apiKeys {
- modrinth(System.getenv("MODRINTH_TOKEN")) - modrinth(System.getenv("MODRINTH_TOKEN"))
- curseforge(System.getenv("CURSE_TOKEN")) - curseforge(System.getenv("CURSE_TOKEN"))
- nightbloom(System.getenv("PLATFORM_KEY"))
- } - }
- -
- setCurseID(curse_id) - setCurseID(curse_id)
- setModrinthID(modrinth_id) - setModrinthID(modrinth_id)
- setNightbloomID("craterlib")
- setVersionType("release") - setVersionType("release")
- setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") - setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
- setProjectVersion("${minecraft_version}-${project.version}") - setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -40,7 +40,7 @@
} }
} }
} }
@@ -48,19 +52,21 @@ @@ -48,20 +52,22 @@
post { post {
always { always {
@@ -53,6 +53,7 @@
- projectIcon: "${projectIcon}", - projectIcon: "${projectIcon}",
- modLoaders: "${modLoaders}", - modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}", - minecraftVersions: "${supportedMc}",
- type: "snapshot",
- failWebhook: env.SSS_WEBHOOK, - failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" - publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
- -
@@ -67,6 +68,7 @@
+ projectIcon: "${projectIcon}", + projectIcon: "${projectIcon}",
+ modLoaders: "${modLoaders}", + modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}", + minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ failWebhook: env.SSS_WEBHOOK, + failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" + publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+ +

View File

@@ -1,6 +1,6 @@
--- a/Fabric/build.gradle --- a/Fabric/build.gradle
+++ b/Fabric/build.gradle +++ b/Fabric/build.gradle
@@ -110,8 +110,8 @@ @@ -112,8 +112,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -9,7 +9,7 @@
// Do not edit or remove // Do not edit or remove
implementation project(":Common") implementation project(":Common")
@@ -104,8 +104,8 @@ @@ -106,8 +106,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -1,6 +1,6 @@
--- a/NeoForge/build.gradle --- a/NeoForge/build.gradle
+++ /dev/null +++ /dev/null
@@ -1,112 +1,0 @@ @@ -1,114 +1,0 @@
-archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}" -archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}"
- -
-dependencies { -dependencies {
@@ -99,10 +99,12 @@
- apiKeys { - apiKeys {
- modrinth(System.getenv("MODRINTH_TOKEN")) - modrinth(System.getenv("MODRINTH_TOKEN"))
- curseforge(System.getenv("CURSE_TOKEN")) - curseforge(System.getenv("CURSE_TOKEN"))
- nightbloom(System.getenv("PLATFORM_KEY"))
- } - }
- -
- setCurseID(curse_id) - setCurseID(curse_id)
- setModrinthID(modrinth_id) - setModrinthID(modrinth_id)
- setNightbloomID("craterlib")
- setVersionType("release") - setVersionType("release")
- setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") - setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
- setProjectVersion("${minecraft_version}-${project.version}") - setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -40,7 +40,7 @@
} }
} }
} }
@@ -48,19 +52,21 @@ @@ -48,20 +52,22 @@
post { post {
always { always {
@@ -53,6 +53,7 @@
- projectIcon: "${projectIcon}", - projectIcon: "${projectIcon}",
- modLoaders: "${modLoaders}", - modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}", - minecraftVersions: "${supportedMc}",
- type: "snapshot",
- failWebhook: env.SSS_WEBHOOK, - failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" - publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
- -
@@ -67,6 +68,7 @@
+ projectIcon: "${projectIcon}", + projectIcon: "${projectIcon}",
+ modLoaders: "${modLoaders}", + modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}", + minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ failWebhook: env.SSS_WEBHOOK, + failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" + publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+ +

View File

@@ -1,6 +1,6 @@
--- a/Fabric/build.gradle --- a/Fabric/build.gradle
+++ b/Fabric/build.gradle +++ b/Fabric/build.gradle
@@ -110,8 +110,8 @@ @@ -112,8 +112,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -9,7 +9,7 @@
// Do not edit or remove // Do not edit or remove
implementation project(":Common") implementation project(":Common")
@@ -104,8 +104,8 @@ @@ -106,8 +106,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -1,6 +1,6 @@
--- a/NeoForge/build.gradle --- a/NeoForge/build.gradle
+++ /dev/null +++ /dev/null
@@ -1,112 +1,0 @@ @@ -1,114 +1,0 @@
-archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}" -archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}"
- -
-dependencies { -dependencies {
@@ -99,10 +99,12 @@
- apiKeys { - apiKeys {
- modrinth(System.getenv("MODRINTH_TOKEN")) - modrinth(System.getenv("MODRINTH_TOKEN"))
- curseforge(System.getenv("CURSE_TOKEN")) - curseforge(System.getenv("CURSE_TOKEN"))
- nightbloom(System.getenv("PLATFORM_KEY"))
- } - }
- -
- setCurseID(curse_id) - setCurseID(curse_id)
- setModrinthID(modrinth_id) - setModrinthID(modrinth_id)
- setNightbloomID("craterlib")
- setVersionType("release") - setVersionType("release")
- setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") - setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
- setProjectVersion("${minecraft_version}-${project.version}") - setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -40,7 +40,7 @@
} }
} }
} }
@@ -48,19 +52,21 @@ @@ -48,20 +52,22 @@
post { post {
always { always {
@@ -53,6 +53,7 @@
- projectIcon: "${projectIcon}", - projectIcon: "${projectIcon}",
- modLoaders: "${modLoaders}", - modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}", - minecraftVersions: "${supportedMc}",
- type: "snapshot",
- failWebhook: env.SSS_WEBHOOK, - failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" - publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
- -
@@ -67,6 +68,7 @@
+ projectIcon: "${projectIcon}", + projectIcon: "${projectIcon}",
+ modLoaders: "${modLoaders}", + modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}", + minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ failWebhook: env.SSS_WEBHOOK, + failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" + publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+ +

View File

@@ -1,6 +1,6 @@
--- a/Fabric/build.gradle --- a/Fabric/build.gradle
+++ b/Fabric/build.gradle +++ b/Fabric/build.gradle
@@ -110,8 +110,8 @@ @@ -112,8 +112,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -9,7 +9,7 @@
// Do not edit or remove // Do not edit or remove
implementation project(":Common") implementation project(":Common")
@@ -104,8 +104,8 @@ @@ -106,8 +106,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -1,6 +1,6 @@
--- a/NeoForge/build.gradle --- a/NeoForge/build.gradle
+++ /dev/null +++ /dev/null
@@ -1,112 +1,0 @@ @@ -1,114 +1,0 @@
-archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}" -archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}"
- -
-dependencies { -dependencies {
@@ -99,10 +99,12 @@
- apiKeys { - apiKeys {
- modrinth(System.getenv("MODRINTH_TOKEN")) - modrinth(System.getenv("MODRINTH_TOKEN"))
- curseforge(System.getenv("CURSE_TOKEN")) - curseforge(System.getenv("CURSE_TOKEN"))
- nightbloom(System.getenv("PLATFORM_KEY"))
- } - }
- -
- setCurseID(curse_id) - setCurseID(curse_id)
- setModrinthID(modrinth_id) - setModrinthID(modrinth_id)
- setNightbloomID("craterlib")
- setVersionType("release") - setVersionType("release")
- setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") - setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
- setProjectVersion("${minecraft_version}-${project.version}") - setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -40,7 +40,7 @@
} }
} }
} }
@@ -48,19 +52,21 @@ @@ -48,20 +52,22 @@
post { post {
always { always {
@@ -53,6 +53,7 @@
- projectIcon: "${projectIcon}", - projectIcon: "${projectIcon}",
- modLoaders: "${modLoaders}", - modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}", - minecraftVersions: "${supportedMc}",
- type: "snapshot",
- failWebhook: env.SSS_WEBHOOK, - failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" - publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
- -
@@ -67,6 +68,7 @@
+ projectIcon: "${projectIcon}", + projectIcon: "${projectIcon}",
+ modLoaders: "${modLoaders}", + modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}", + minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ failWebhook: env.SSS_WEBHOOK, + failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" + publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+ +

View File

@@ -1,6 +1,6 @@
--- a/Fabric/build.gradle --- a/Fabric/build.gradle
+++ b/Fabric/build.gradle +++ b/Fabric/build.gradle
@@ -110,8 +110,8 @@ @@ -112,8 +112,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -9,7 +9,7 @@
// Do not edit or remove // Do not edit or remove
implementation project(":Common") implementation project(":Common")
@@ -104,8 +104,8 @@ @@ -106,8 +106,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -9,7 +9,7 @@
expand buildProps expand buildProps
} }
} }
@@ -103,8 +103,8 @@ @@ -105,8 +105,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -40,7 +40,7 @@
} }
} }
} }
@@ -48,19 +52,21 @@ @@ -48,20 +52,22 @@
post { post {
always { always {
@@ -53,6 +53,7 @@
- projectIcon: "${projectIcon}", - projectIcon: "${projectIcon}",
- modLoaders: "${modLoaders}", - modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}", - minecraftVersions: "${supportedMc}",
- type: "snapshot",
- failWebhook: env.SSS_WEBHOOK, - failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" - publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
- -
@@ -67,6 +68,7 @@
+ projectIcon: "${projectIcon}", + projectIcon: "${projectIcon}",
+ modLoaders: "${modLoaders}", + modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}", + minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ failWebhook: env.SSS_WEBHOOK, + failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" + publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+ +

View File

@@ -1,6 +1,6 @@
--- a/Fabric/build.gradle --- a/Fabric/build.gradle
+++ b/Fabric/build.gradle +++ b/Fabric/build.gradle
@@ -110,8 +110,8 @@ @@ -112,8 +112,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -9,7 +9,7 @@
// Do not edit or remove // Do not edit or remove
implementation project(":Common") implementation project(":Common")
@@ -104,8 +104,8 @@ @@ -106,8 +106,8 @@
setVersionType("release") setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
setProjectVersion("${minecraft_version}-${project.version}") setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -1,6 +1,6 @@
--- a/NeoForge/build.gradle --- a/NeoForge/build.gradle
+++ /dev/null +++ /dev/null
@@ -1,112 +1,0 @@ @@ -1,114 +1,0 @@
-archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}" -archivesBaseName = "${mod_name.replace(" ", "")}-NeoForge-${minecraft_version}"
- -
-dependencies { -dependencies {
@@ -99,10 +99,12 @@
- apiKeys { - apiKeys {
- modrinth(System.getenv("MODRINTH_TOKEN")) - modrinth(System.getenv("MODRINTH_TOKEN"))
- curseforge(System.getenv("CURSE_TOKEN")) - curseforge(System.getenv("CURSE_TOKEN"))
- nightbloom(System.getenv("PLATFORM_KEY"))
- } - }
- -
- setCurseID(curse_id) - setCurseID(curse_id)
- setModrinthID(modrinth_id) - setModrinthID(modrinth_id)
- setNightbloomID("craterlib")
- setVersionType("release") - setVersionType("release")
- setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md") - setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-forge.md")
- setProjectVersion("${minecraft_version}-${project.version}") - setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -33,7 +33,7 @@
} }
} }
} }
@@ -48,19 +52,21 @@ @@ -48,20 +52,22 @@
post { post {
always { always {
@@ -46,6 +46,7 @@
- projectIcon: "${projectIcon}", - projectIcon: "${projectIcon}",
- modLoaders: "${modLoaders}", - modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}", - minecraftVersions: "${supportedMc}",
- type: "snapshot",
- failWebhook: env.SSS_WEBHOOK, - failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" - publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
- -
@@ -60,6 +61,7 @@
+ projectIcon: "${projectIcon}", + projectIcon: "${projectIcon}",
+ modLoaders: "${modLoaders}", + modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}", + minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ failWebhook: env.SSS_WEBHOOK, + failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}" + publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+ +