downgrade to make all 1.19+ versions compatible

This commit is contained in:
Relentless 2022-08-23 15:28:26 +02:00
parent 81d7b58ab2
commit 49436425f7
No known key found for this signature in database
GPG key ID: 759D97B8C6F25265
5 changed files with 20 additions and 9 deletions

View file

@ -82,7 +82,11 @@ jobs:
changelog-file: changes.md
loaders: fabric
game-versions: ${{ env.MINECRAFT_VERSION }}
# TODO: change this when updating to 1.19.2
game-versions: |
1.19
1.19.1
1.19.2
version-resolver: exact
java: ${{ env.JAVA_VERSION }}
@ -112,7 +116,11 @@ jobs:
changelog-file: changes.md
loaders: forge
game-versions: ${{ env.MINECRAFT_VERSION }}
# TODO: change this when updating to 1.19.2
game-versions: |
1.19
1.19.1
1.19.2
version-resolver: exact
java: ${{ env.JAVA_VERSION }}

View file

@ -34,7 +34,8 @@ dependencies {
minecraft("com.mojang:minecraft:${minecraftVersion}")
mappings(loom.layered {
officialMojangMappings()
parchment("org.parchmentmc.data:${mappingsChannel}-${minecraftVersion}:${mappingsVersion}@zip")
// TODO: change this when updating to 1.19.2
parchment("org.parchmentmc.data:${mappingsChannel}-${minecraftVersion}.2:${mappingsVersion}@zip")
})
implementation("com.google.code.findbugs:jsr305:3.0.2")

View file

@ -24,7 +24,8 @@ dependencies {
minecraft("com.mojang:minecraft:${minecraftVersion}")
mappings(loom.layered {
officialMojangMappings()
parchment("org.parchmentmc.data:${mappingsChannel}-${minecraftVersion}:${mappingsVersion}@zip")
// TODO: change this when updating to 1.19.2
parchment("org.parchmentmc.data:${mappingsChannel}-${minecraftVersion}.2:${mappingsVersion}@zip")
})
implementation("com.google.code.findbugs:jsr305:3.0.2")

View file

@ -23,7 +23,8 @@ base {
}
minecraft {
mappings(mappingsChannel, "${mappingsVersion}-${minecraftVersion}")
// TODO: change this when updating to 1.19.2
mappings(mappingsChannel, "1.18.2-${mappingsVersion}-${minecraftVersion}")
runs {
create("client") {

View file

@ -5,14 +5,14 @@ license = LGPL-3.0
mixinVersion = 0.8.5
# Common
minecraftVersion = 1.19.2
minecraftVersion = 1.19
# Forge
forgeVersion = 43.1.2
forgeMinVersion = 43
forgeVersion = 41.1.0
forgeMinVersion = 41
# Fabric
fabricVersion = 0.60.0+1.19.2
fabricVersion = 0.58.0+1.19
fabricLoaderVersion = 0.14.9
# Dependencies