updated minor version for publishing

This commit is contained in:
Adrien1106 2024-05-14 15:27:34 +02:00
parent 6b2ee1dc83
commit c49a978aa9
2 changed files with 5 additions and 5 deletions

View File

@ -106,11 +106,11 @@ dependencies {
// modRuntimeOnly "maven.modrinth:indium:${project.indium_version}+mc${project.minecraft_version}" // modRuntimeOnly "maven.modrinth:indium:${project.indium_version}+mc${project.minecraft_version}"
// modRuntimeOnly "maven.modrinth:sodium:mc${project.minecraft_version}-${project.sodium_version}" // modRuntimeOnly "maven.modrinth:sodium:mc${project.minecraft_version}-${project.sodium_version}"
// Athena for connected texture // Athena for connected textures
modCompileOnly "earth.terrarium.athena:athena-fabric-${project.minecraft_version}:${project.athena_version}" modCompileOnly "earth.terrarium.athena:athena-fabric-${project.minecraft_version}:${project.athena_version}"
modRuntimeOnly "earth.terrarium.athena:athena-fabric-${project.minecraft_version}:${project.athena_version}" modRuntimeOnly "earth.terrarium.athena:athena-fabric-${project.minecraft_version}:${project.athena_version}"
// Continuity for connectedTextures // Continuity for connected textures
modCompileOnly "maven.modrinth:continuity:${project.continuity_version}" modCompileOnly "maven.modrinth:continuity:${project.continuity_version}"
modRuntimeOnly "maven.modrinth:continuity:${project.continuity_version}" modRuntimeOnly "maven.modrinth:continuity:${project.continuity_version}"
@ -200,8 +200,8 @@ publishing {
modrinth { modrinth {
token = getEnv("MODRINTH_TOKEN", local.getProperty("modrinth_token")) token = getEnv("MODRINTH_TOKEN", local.getProperty("modrinth_token"))
projectId = project.modrinth_id projectId = project.modrinth_id
versionNumber = project.mod_version versionNumber = "${project.mod_version}-${project.minecraft_version}"
versionName = "${project.archives_base_name} ${project.mod_version}" versionName = "${project.archives_base_name} ${project.mod_version}-${project.minecraft_version}"
versionType = project.mod_version.endsWith('SNAPSHOT') ? 'beta' : 'release' versionType = project.mod_version.endsWith('SNAPSHOT') ? 'beta' : 'release'
uploadFile = remapJar uploadFile = remapJar
gameVersions = [project.minecraft_version] gameVersions = [project.minecraft_version]

View File

@ -9,7 +9,7 @@ loader_version=0.15.11
# Mod Properties # Mod Properties
modrinth_id = jCpoCBpn modrinth_id = jCpoCBpn
mod_version = 1.5.8 mod_version = 1.5.9
maven_group = fr.adrien1106 maven_group = fr.adrien1106
archives_base_name = ReFramed archives_base_name = ReFramed
mod_id = reframed mod_id = reframed