File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 11plugins {
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}
Original file line number Diff line number Diff line change @@ -10,26 +10,26 @@ java_version=21
1010mod_id =ash_api
1111mod_name =Ash API
1212mod_author =Trikzon
13- version =21.5.1
13+ version =21.6.0-beta
1414license =LGPL-3.0-or-later
1515credits =
1616description =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
2424ash_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
3333neoforge_loader_version_range =[4,)
3434
3535# Gradle
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments