File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ val curseProjectId: String by extra
1212val modrinthProjectId: String by extra
1313val forgeVersion: String by extra
1414val minecraftVersion: String by extra
15+ val modId: String by extra
1516val modFileName: String by extra
1617val modJavaVersion: String by extra
1718
@@ -72,6 +73,7 @@ tasks.withType<Jar> {
7273}
7374
7475tasks.withType< net.fabricmc.loom.task.RemapJarTask > {
76+ atAccessWideners.add(" ${modId} .accesswidener" )
7577 destinationDirectory.set(file(rootProject.rootDir.path + " /output" ))
7678}
7779
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ tasks.withType<Jar> {
7272}
7373
7474tasks.withType< net.fabricmc.loom.task.RemapJarTask > {
75+ atAccessWideners.add(" ${modId} .accesswidener" )
7576 destinationDirectory.set(file(rootProject.rootDir.path + " /output" ))
7677}
7778
Original file line number Diff line number Diff line change @@ -19,32 +19,32 @@ minecraftVersion=1.21.4
1919minecraftVersionRange =[1.21.4, 1.22)
2020
2121# Forge
22- forgeVersion = 54.0.6
22+ forgeVersion =54.0.26
2323loaderVersionRange =[54,)
2424forgeVersionRange =[54.0.0,)
2525
2626# Fabric
27- fabricVersion =0.112.0 +1.21.4
28- fabricLoaderVersion =0.16.9
27+ fabricVersion =0.115.1 +1.21.4
28+ fabricLoaderVersion =0.16.10
2929
3030# NeoForge
31- neoforgeVersion =21.4.27 -beta
31+ neoforgeVersion =21.4.87 -beta
3232neoforgeLoaderVersionRange =[4,)
3333neoforgeVersionRange =[21.4.0,)
3434
3535# Fabric Config screen
3636clothVersion =17.0.144
37- modMenuVersion =13.0.0-beta. 1
37+ modMenuVersion =13.0.1
3838
3939# Mappings
4040mappingsChannel =parchment
4141mappingsParchmentMinecraftVersion =1.21.4
42- mappingsParchmentVersion =2024.12.07
42+ mappingsParchmentVersion =2025.01.19
4343
4444# Publishing
4545curseProjectId =272515
4646curseHomepageLink =https://www.curseforge.com/minecraft/mc-mods/better-advancements
4747modrinthProjectId =Q2OqKxDG
4848
4949# Version
50- specificationVersion =0.4.4
50+ specificationVersion =0.4.5
You can’t perform that action at this time.
0 commit comments