Port to 1.20.1

This commit is contained in:
Jonas Herzig
2023-06-20 09:30:13 +02:00
parent d8c6ce9b5e
commit 24237557f1
5 changed files with 8 additions and 8 deletions

View File

@@ -252,7 +252,7 @@ dependencies {
11902: '1.19.2',
11903: '1.19.3-rc3',
11904: '1.19.4',
12000: '1.20',
12001: '1.20.1',
][mcVersion]
mappings 'net.fabricmc:yarn:' + [
11404: '1.14.4+build.16',
@@ -269,7 +269,7 @@ dependencies {
11902: '1.19.2+build.28:v2',
11903: '1.19.3-rc3+build.1:v2',
11904: '1.19.4+build.1:v2',
12000: '1.20+build.1:v2',
12001: '1.20.1+build.2:v2',
][mcVersion]
modImplementation 'net.fabricmc:fabric-loader:0.14.11'
def fabricApiVersion = [
@@ -287,7 +287,7 @@ dependencies {
11902: '0.68.0+1.19.2',
11903: '0.68.1+1.19.3',
11904: '0.76.0+1.19.4',
12000: '0.83.0+1.20',
12001: '0.83.1+1.20.1',
][mcVersion]
def fabricApiModules = [
"api-base",

2
jGui

Submodule jGui updated: 7d002840c4...eb3297f5a6

View File

@@ -193,7 +193,7 @@ val doRelease by tasks.registering {
defaultTasks("bundleJar")
preprocess {
val mc12000 = createNode("1.20", 12000, "yarn")
val mc12001 = createNode("1.20.1", 12001, "yarn")
val mc11904 = createNode("1.19.4", 11904, "yarn")
val mc11903 = createNode("1.19.3", 11903, "yarn")
val mc11902 = createNode("1.19.2", 11902, "yarn")
@@ -218,7 +218,7 @@ preprocess {
val mc10800 = createNode("1.8", 10800, "srg")
val mc10710 = createNode("1.7.10", 10710, "srg")
mc12000.link(mc11904)
mc12001.link(mc11904)
mc11904.link(mc11903)
mc11903.link(mc11902, file("versions/mapping-fabric-1.19.3-1.19.2.txt"))
mc11902.link(mc11901)

View File

@@ -37,7 +37,7 @@ val jGuiVersions = listOf(
"1.19.2",
"1.19.3",
"1.19.4",
"1.20",
"1.20.1",
)
val replayModVersions = listOf(
// "1.7.10",
@@ -63,7 +63,7 @@ val replayModVersions = listOf(
"1.19.2",
"1.19.3",
"1.19.4",
"1.20",
"1.20.1",
)
rootProject.buildFileName = "root.gradle.kts"

0
versions/1.20.1/.gitkeep Normal file
View File