Skip to content

Commit b46f386

Browse files
committed
Update to Minecraft 1.21.11
1 parent d5f3d52 commit b46f386

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.11-SNAPSHOT'
2+
id 'fabric-loom' version '1.14-SNAPSHOT'
33
id 'maven-publish'
44
}
55

@@ -22,7 +22,7 @@ dependencies {
2222
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
2323

2424
// Fabric API. This is technically optional, but you probably want it anyway.
25-
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
25+
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
2626

2727
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}") {
2828
exclude(group: "net.fabricmc.fabric-api")
@@ -69,7 +69,7 @@ java {
6969

7070
jar {
7171
from("LICENSE") {
72-
rename { "${it}_${project.archivesBaseName}"}
72+
rename { "${it}_${base.archivesName.get()}"}
7373
}
7474
}
7575

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://modmuss50.me/fabric.html
6-
minecraft_version=1.21.10
7-
yarn_mappings=1.21.10+build.1
8-
loader_version=0.17.2
6+
minecraft_version=1.21.11
7+
yarn_mappings=1.21.11+build.4
8+
loader_version=0.18.4
99

1010
# Mod Properties
11-
mod_version=1.3+1.21.10
11+
mod_version=1.3+1.21.11
1212
maven_group=com.thevoidblock.syncac
1313
archives_base_name=syncac
1414

1515
# Dependencies
1616
# check this on https://modmuss50.me/fabric.html
17-
fabric_version=0.135.0+1.21.10
17+
fabric_api_version=0.141.1+1.21.11
1818

1919
# check this on https://linkie.shedaniel.dev
20-
cloth_version=20.0.148
21-
modmenu_version=16.0.0-rc.1
20+
cloth_version=21.11.153
21+
modmenu_version=17.0.0-beta.2

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)