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

Commit cc5481a

Browse files
committed
bump to 1.21.9
1 parent abe05ba commit cc5481a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

1.latest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("io.github.p03w.machete")
66
}
77

8-
val minecraft = "1.21.9-pre4"
8+
val minecraft = "1.21.9"
99
val minecraftFriendly = "1.21.9"
1010
val parchmentMinecraft = "1.21.8"
1111
val parchment = "2025.07.18"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Implement more options for the Inventory HUD (#173)
66
- Add Skin Manager (#176)
77
- Add profile importing & exporting
8+
- Update to 1.21.9
89

910
### 3.1.5
1011

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ allprojects {
5656
mavenCentral()
5757
maven("https://central.sonatype.com/repository/maven-snapshots")
5858
}
59+
60+
tasks.withType<AbstractTestTask>().configureEach {
61+
failOnNoDiscoveredTests = false
62+
}
5963
}
6064

6165
subprojects {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fabric.loom.disableMinecraftVerification=true
77
axolotlclient.modules.all=true
88

99
# Mod Properties
10-
version=3.1.6-alpha.4
10+
version=3.1.6-alpha.5
1111

1212
maven_group=io.github.axolotlclient
1313

@@ -32,4 +32,4 @@ osl=0.16.3
3232

3333
legacy_lwgjl3=1.2.9+1.8.9
3434

35-
config=3.0.20-beta.1
35+
config=3.0.20

0 commit comments

Comments
 (0)