mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Update to 1.19.2
This commit is contained in:
@@ -113,7 +113,7 @@ unifiedPublishing {
|
||||
displayName = "[Fabric $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.19.1"]
|
||||
gameVersions = ["1.19.1", "1.19.2"]
|
||||
gameLoaders = ["fabric", "quilt"]
|
||||
mainPublication renameJarForPublication
|
||||
relations {
|
||||
|
||||
@@ -126,7 +126,7 @@ unifiedPublishing {
|
||||
displayName = "[Forge $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.19.1"]
|
||||
gameVersions = ["1.19.1", "1.19.2"]
|
||||
gameLoaders = ["forge"]
|
||||
mainPublication renameJarForPublication
|
||||
|
||||
@@ -155,8 +155,8 @@ unifiedPublishing {
|
||||
afterEvaluate {
|
||||
file("src/main/resources/META-INF/mods.toml").withOutputStream {
|
||||
it << file("mods.toml").text
|
||||
.replaceAll("@LOADER_MAJOR@", rootProject.forge_version.split("\\.")[0])
|
||||
.replaceAll("@MINECRAFT_VERSION@", rootProject.architectury.minecraft)
|
||||
.replaceAll("@FORGE_VERSION@", rootProject.forge_version)
|
||||
.replaceAll("@LOADER_MAJOR@", rootProject.required_forge_version.split("\\.")[0])
|
||||
.replaceAll("@MINECRAFT_VERSION@", rootProject.required_version)
|
||||
.replaceAll("@FORGE_VERSION@", rootProject.required_forge_version)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,9 @@ org.gradle.daemon=false
|
||||
|
||||
platforms=fabric,forge
|
||||
|
||||
minecraft_version=1.19.1
|
||||
supported_version=1.19.1
|
||||
minecraft_version=1.19.2
|
||||
supported_version=1.19.1/2
|
||||
required_version=1.19.1
|
||||
|
||||
artifact_type=release
|
||||
|
||||
@@ -13,11 +14,12 @@ archives_base_name_snapshot=architectury-snapshot
|
||||
base_version=6.0
|
||||
maven_group=dev.architectury
|
||||
|
||||
fabric_loader_version=0.14.8
|
||||
fabric_api_version=0.58.5+1.19.1
|
||||
fabric_loader_version=0.14.9
|
||||
fabric_api_version=0.58.6+1.19.2
|
||||
mod_menu_version=3.1.0
|
||||
|
||||
forge_version=42.0.0
|
||||
forge_version=43.0.0
|
||||
required_forge_version=42.0.0
|
||||
|
||||
curseforge_id=419699
|
||||
modrinth_id=lhGA9TYQ
|
||||
|
||||
Reference in New Issue
Block a user