Skip to content

Commit 611295f

Browse files
committed
feat: update to MC 1.21.6
1 parent 2b18b6d commit 611295f

7 files changed

Lines changed: 21 additions & 17 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
loaders: |
4040
neoforge
4141
game-versions: |
42-
1.21.5
42+
1.21.6
4343
java: 21
4444
name: "[NeoForge ${{ steps.gradle_props.outputs.minecraft_version }}] v${{ steps.gradle_props.outputs.version }}"
4545
version: "${{ steps.gradle_props.outputs.version }}-neoforge"
@@ -59,7 +59,7 @@ jobs:
5959
fabric
6060
quilt
6161
game-versions: |
62-
1.21.5
62+
1.21.6
6363
java: 21
6464
name: "[Fabric ${{ steps.gradle_props.outputs.minecraft_version }}] v${{ steps.gradle_props.outputs.version }}"
6565
version: "${{ steps.gradle_props.outputs.version }}-fabric"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## v21.6.0-beta
3+
- feat: update to MC 1.21.6
4+
25
## v21.5.1
36
- fix: don't hard-crash if a config file can't be read
47

MINI_CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- fix: don't hard-crash if a config file can't be read
1+
- feat: update to MC 1.21.6
22

3-
A full changelog is hosted on [GitHub](https://github.com/Trikzon/ash-api/blob/1.21.5/CHANGELOG.md).
3+
A full changelog is hosted on [GitHub](https://github.com/Trikzon/ash-api/blob/1.21.6/CHANGELOG.md).

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
2-
id 'fabric-loom' version '1.10-SNAPSHOT' apply false
3-
id 'net.neoforged.moddev' version '2.0.89' apply false
2+
id 'fabric-loom' version '1.11-SNAPSHOT' apply false
3+
id 'net.neoforged.moddev' version '2.0.107' apply false
44
}

gradle.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ java_version=21
1010
mod_id=ash_api
1111
mod_name=Ash API
1212
mod_author=Trikzon
13-
version=21.5.1
13+
version=21.6.0-beta
1414
license=LGPL-3.0-or-later
1515
credits=
1616
description=An API that provides an abstraction layer over Fabric and NeoForge APIs.
1717

1818
# Common
19-
minecraft_version=1.21.5
20-
minecraft_version_range=[1.21.5, 1.22)
21-
neoform_version=1.21.5-20250325.162830
22-
parchment_minecraft_version=1.21.5
23-
parchment_version=2025.04.19
19+
minecraft_version=1.21.6
20+
minecraft_version_range=[1.21.6, 1.22)
21+
neoform_version=1.21.6-20250617.151856
22+
parchment_minecraft_version=1.21.6
23+
parchment_version=2025.06.29
2424
ash_version=
2525

2626
# Fabric
27-
fabric_version=0.125.0+1.21.5
28-
fabric_loader_version=0.16.14
29-
modmenu_version=14.0.0-rc.2
27+
fabric_version=0.128.2+1.21.6
28+
fabric_loader_version=0.17.2
29+
modmenu_version=15.0.0-beta.3
3030

3131
# NeoForge
32-
neoforge_version=21.5.69-beta
32+
neoforge_version=21.6.20-beta
3333
neoforge_loader_version_range=[4,)
3434

3535
# Gradle

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pluginManagement {
1111
}
1212
filter {
1313
includeGroup('net.fabricmc')
14+
includeGroup('net.fabricmc.unpick')
1415
includeGroup('fabric-loom')
1516
}
1617
}

0 commit comments

Comments
 (0)