Skip to content

Commit f41d327

Browse files
Update to 1.21.7
1 parent 8193b6a commit f41d327

8 files changed

Lines changed: 19 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Update to 1.21.6.
2-
- Improve compatibility with other mods.
1+
- Update to 1.21.7.

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.6 | ✅ Current |
39+
| 1.21.6+7 | ✅ Current |
4040
| 1.21.5 | ✔️ Available |
4141
| 1.21.4 | ✔️ Available |
4242
| 1.21.2+3 | ✔️ Available |

build.gradle

Lines changed: 6 additions & 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.10-SNAPSHOT'
5+
id 'fabric-loom' version '1.11-SNAPSHOT'
66
id 'maven-publish'
77
}
88

@@ -103,6 +103,11 @@ publishMods {
103103
accessToken = providers.gradleProperty("MODRINTH_API_TOKEN")
104104
projectId = "Ck0I4Uep"
105105
minecraftVersions.addAll(release_minecraft_versions.split(","))
106+
107+
// Fabric API
108+
requires {
109+
slug = "P7dR8mSH"
110+
}
106111
}
107112

108113
github {

gradle.properties

Lines changed: 6 additions & 6 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.6
6-
yarn_mappings=1.21.6+build.1
5+
minecraft_version=1.21.7
6+
yarn_mappings=1.21.7+build.1
77
loader_version=0.16.14
88

99
# Mod Properties
10-
mod_version=0.2.3-1.21.6
11-
supported_versions=1.21.6
10+
mod_version=0.2.3-1.21.7
11+
supported_versions=>=1.21.6 <=1.21.7
1212
maven_group=xyz.eclipseisoffline
1313
archives_base_name=capecommand
1414

1515
# Dependencies
16-
fabric_version=0.127.1+1.21.6
16+
fabric_version=0.128.1+1.21.7
1717
geyser_api_version=2.7.0-SNAPSHOT
1818

1919
# Publishing
2020
release_type=STABLE
21-
release_minecraft_versions=1.21.6
21+
release_minecraft_versions=1.21.6,1.21.7

gradle/wrapper/gradle-wrapper.jar

59 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-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)