Skip to content

Commit 6b0dbef

Browse files
Big-Iron-CheemsWide-Cat
authored andcommitted
1.21.11 update
1 parent 51b8e9a commit 6b0dbef

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
mod-version = "0.1.0"
33

44
# Fabric (https://fabricmc.net/develop)
5-
minecraft = "1.21.10"
6-
yarn-mappings = "1.21.10+build.2"
7-
fabric-loader = "0.17.3"
5+
minecraft = "1.21.11"
6+
yarn-mappings = "1.21.11+build.3"
7+
fabric-loader = "0.18.2"
88

99
# Loom (https://github.com/FabricMC/fabric-loom)
10-
loom = "1.12-SNAPSHOT"
10+
loom = "1.14-SNAPSHOT"
1111

1212
# Meteor (https://github.com/MeteorDevelopment/meteor-client/)
13-
meteor = "1.21.10-SNAPSHOT"
13+
meteor = "1.21.11-SNAPSHOT"
1414

1515
# Mods
1616

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"depends": {
3232
"java": ">=21",
33-
"minecraft": ["${mc_version}", "1.21.9"],
33+
"minecraft": ["${mc_version}"],
3434
"meteor-client": "*"
3535
}
3636
}

0 commit comments

Comments
 (0)