Skip to content

Commit f9aae7f

Browse files
committed
Bump to 1.21.11, don't allow running on 26.X with this build
1 parent 88ca156 commit f9aae7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
archivesBaseName = "${archives_base_name}-Fabric"
1010
final def mainArtifactFile = layout.buildDirectory.file("libs/${archivesBaseName}-${version}.jar").get().asFile
1111
final def changelogFile = file('../changelog.txt')
12-
final def supportedMinecraftVersions = [project.minecraft_version, '1.21.6', '1.21.5', '1.21.4', '1.21.3', '1.21.2', '1.21.1', '1.21']
12+
final def supportedMinecraftVersions = [project.minecraft_version, '1.21.10', '1.21.9', '1.21.8', '1.21.7', '1.21.6', '1.21.5', '1.21.4', '1.21.3', '1.21.2', '1.21.1', '1.21']
1313

1414
dependencies {
1515
minecraft "com.mojang:minecraft:${minecraft_version}"

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"depends": {
3131
"fabricloader": ">=0.12.0",
32-
"minecraft": ">=1.20"
32+
"minecraft": ">=1.20 <26"
3333
},
3434
"custom": {
3535
"modmenu": {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
org.gradle.jvmargs=-Xmx3G
44
org.gradle.daemon=false
55
# Common
6-
minecraft_version=1.21.7
6+
minecraft_version=1.21.11
77
# Fabric
88
fabric_loader_version=0.16.14
99
fabric_curseforge_url=https://www.curseforge.com/minecraft/mc-mods/annotated-di

0 commit comments

Comments
 (0)