Skip to content

Commit 721c280

Browse files
Merge pull request #43 from Exterminate5573/master
Final changes for update
2 parents 043abfb + 747c44d commit 721c280

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ permissions:
55
contents: read
66

77
env:
8-
VERSION: 2.1.0
98
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
109
GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
1110

fabric-1.21.9/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

fabric-1.21.9/gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
107
minecraft_version=1.21.9
118
yarn_mappings=1.21.9+build.1
129
loader_version=0.17.2

forge-1.12.2/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 {

forge-1.8.9/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)