This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff 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"
99val minecraftFriendly = " 1.21.9"
1010val parchmentMinecraft = " 1.21.8"
1111val parchment = " 2025.07.18"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
6165subprojects {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ fabric.loom.disableMinecraftVerification=true
77axolotlclient.modules.all =true
88
99# Mod Properties
10- version =3.1.6-alpha.4
10+ version =3.1.6-alpha.5
1111
1212maven_group =io.github.axolotlclient
1313
@@ -32,4 +32,4 @@ osl=0.16.3
3232
3333legacy_lwgjl3 =1.2.9+1.8.9
3434
35- config =3.0.20-beta.1
35+ config =3.0.20
You can’t perform that action at this time.
0 commit comments