Skip to content

Commit dec9f2b

Browse files
Versions to 1.21.11
1 parent d09bb07 commit dec9f2b

6 files changed

Lines changed: 12 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Fix all skins appearing as defaults when the mod is installed client-side.
2-
- Mark 1.21.10 as supported.
1+
- Mark 1.21.11 as supported.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For support and/or any questions you may have, feel free to join [my discord](ht
3636

3737
| Minecraft Version | Status |
3838
|-------------------|--------------|
39-
| 1.21.9+10 | ✅ Current |
39+
| 1.21.9+10+11 | ✅ Current |
4040
| 1.21.6+7+8 | ✔️ Available |
4141
| 1.21.5 | ✔️ Available |
4242
| 1.21.4 | ✔️ Available |

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import me.modmuss50.mpp.ReleaseType
22

33
plugins {
44
id 'me.modmuss50.mod-publish-plugin' version '0.8.4'
5-
id 'fabric-loom' version '1.11-SNAPSHOT'
5+
id 'fabric-loom' version '1.14-SNAPSHOT'
66
id 'maven-publish'
77
}
88

gradle.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
5-
minecraft_version=1.21.10
6-
yarn_mappings=1.21.10+build.1
7-
loader_version=0.17.2
5+
minecraft_version=1.21.11
6+
yarn_mappings=1.21.11+build.1
7+
loader_version=0.18.2
88

99
# Mod Properties
10-
mod_version=0.2.4-1.21.10
11-
supported_versions=>=1.21.9 <=1.21.10
10+
mod_version=0.2.4-1.21.11
11+
supported_versions=>=1.21.9 <=1.21.11
1212
maven_group=xyz.eclipseisoffline
1313
archives_base_name=capecommand
1414

1515
# Dependencies
16-
fabric_version=0.134.1+1.21.10
17-
geyser_api_version=2.8.4-SNAPSHOT
16+
fabric_version=0.139.4+1.21.11
17+
geyser_api_version=2.9.1-SNAPSHOT
1818

1919
# Publishing
2020
release_type=STABLE
21-
release_minecraft_versions=1.21.9,1.21.10
21+
release_minecraft_versions=1.21.9,1.21.10,1.21.11

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

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-9.1.0-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)