File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ permissions:
55 contents : read
66
77env :
8- VERSION : 2.1.0
98 MODRINTH_TOKEN : ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
109 GITHUB_TOKEN : ${{ secrets.PUBLISH_GITHUB_TOKEN }}
1110
Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ publishMods {
2828 file = remapJar. archiveFile
2929 changelog = " "
3030 type = STABLE
31+ version = project. version
3132 modLoaders. add(" fabric" )
3233
3334 modrinth {
3435 projectId = " 412tAvWq"
3536 accessToken = providers. environmentVariable(" MODRINTH_TOKEN" )
36- minecraftVersions. add(" 1.21.6+ " )
37+ minecraftVersions. add(" 1.21.9 " )
3738 }
3839 /* github {
3940 repository = "MPKMod/MPKMod2"
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ org.gradle.parallel=true
44
55# Fabric Properties
66# check these on https://fabricmc.net/develop
7-
8- # 1.21.8 supports 1.21.6 mods
9- # TODO: Figure out how this support works and make sure we stay updated
107minecraft_version =1.21.9
118yarn_mappings =1.21.9+build.1
129loader_version =0.17.2
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ publishMods {
4343 file = remapJar. archiveFile
4444 changelog = " "
4545 type = STABLE
46+ version = project. version
4647 modLoaders. add(" forge" )
4748
4849 modrinth {
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ publishMods {
4343 file = remapJar. archiveFile
4444 changelog = " "
4545 type = STABLE
46+ version = project. version
4647 modLoaders. add(" forge" )
4748
4849 modrinth {
You can’t perform that action at this time.
0 commit comments