Bump to MC 1.18.1

This commit is contained in:
Jonas Herzig
2021-12-10 11:30:43 +01:00
parent 2df9049e6b
commit f943d11661
9 changed files with 8 additions and 5 deletions

View File

@@ -244,6 +244,7 @@ dependencies {
11700: '1.17',
11701: '1.17.1',
11800: '1.18',
11801: '1.18.1',
][mcVersion]
mappings 'net.fabricmc:yarn:' + [
11404: '1.14.4+build.16',
@@ -254,6 +255,7 @@ dependencies {
11700: '1.17+build.13:v2',
11701: '1.17.1+build.29:v2',
11800: '1.18+build.1:v2',
11801: '1.18.1+build.1:v2',
][mcVersion]
modImplementation 'net.fabricmc:fabric-loader:0.12.5'
def fabricApiVersion = [
@@ -265,6 +267,7 @@ dependencies {
11700: '0.36.0+1.17',
11701: '0.37.1+1.17',
11800: '0.43.1+1.18',
11801: '0.43.1+1.18',
][mcVersion]
def fabricApiModules = [
"api-base",

2
jGui

Submodule jGui updated: 3ac431cfa9...c79b62a73e

View File

@@ -189,7 +189,7 @@ val doRelease by tasks.registering {
defaultTasks("bundleJar")
preprocess {
val mc11800 = createNode("1.18", 11800, "yarn")
val mc11801 = createNode("1.18.1", 11801, "yarn")
val mc11701 = createNode("1.17.1", 11701, "yarn")
val mc11700 = createNode("1.17", 11700, "yarn")
val mc11604 = createNode("1.16.4", 11604, "yarn")
@@ -208,7 +208,7 @@ preprocess {
val mc10800 = createNode("1.8", 10800, "srg")
val mc10710 = createNode("1.7.10", 10710, "srg")
mc11800.link(mc11701, file("versions/mapping-fabric-1.18-1.17.1.txt"))
mc11801.link(mc11701, file("versions/mapping-fabric-1.18.1-1.17.1.txt"))
mc11701.link(mc11700)
mc11700.link(mc11604, file("versions/mapping-fabric-1.17-1.16.4.txt"))
mc11604.link(mc11601)

View File

@@ -31,7 +31,7 @@ val jGuiVersions = listOf(
"1.16.4",
"1.17",
"1.17.1",
"1.18",
"1.18.1",
)
val replayModVersions = listOf(
// "1.7.10",
@@ -51,7 +51,7 @@ val replayModVersions = listOf(
"1.16.4",
"1.17",
"1.17.1",
"1.18",
"1.18.1",
)
rootProject.buildFileName = "root.gradle.kts"