Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 3ab53cb

Browse files
committed
bump to 1.21.10
1 parent c4ee4eb commit 3ab53cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

1.latest/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55
id("io.github.p03w.machete")
66
}
77

8-
val minecraft = "1.21.9"
9-
val minecraftFriendly = "1.21.9"
10-
val parchmentMinecraft = "1.21.8"
11-
val parchment = "2025.07.18"
12-
val modmenu = "14.0.0-rc.2"
13-
val fapi = "0.133.11"
8+
val minecraft = "1.21.10"
9+
val minecraftFriendly = "1.21.10"
10+
val parchmentMinecraft = "1.21.9"
11+
val parchment = "2025.10.05"
12+
val modmenu = "16.0.0-rc.1"
13+
val fapi = "0.135.0"
1414
group = project.property("maven_group") as String
1515
version = "${project.property("version")}+$minecraftFriendly"
1616
base.archivesName = "AxolotlClient"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mappings_cts8=1.16_combat-6+build.2
2323
mappings_120=1.20.1+build.23
2424
mappings_121=1.21.1+build.9
2525

26-
fabric_loader=0.17.0
26+
fabric_loader=0.17.2
2727

2828
fapi_120=0.92.2
2929
fapi_121=0.116.6

0 commit comments

Comments
 (0)