Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ permissions:
contents: read

env:
VERSION: 2.1.0
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}

Expand Down
3 changes: 2 additions & 1 deletion fabric-1.21.9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ publishMods {
file = remapJar.archiveFile
changelog = ""
type = STABLE
version = project.version
modLoaders.add("fabric")

modrinth {
projectId = "412tAvWq"
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
minecraftVersions.add("1.21.6+")
minecraftVersions.add("1.21.9")
}
/*github {
repository = "MPKMod/MPKMod2"
Expand Down
3 changes: 0 additions & 3 deletions fabric-1.21.9/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop

#1.21.8 supports 1.21.6 mods
#TODO: Figure out how this support works and make sure we stay updated
minecraft_version=1.21.9
yarn_mappings=1.21.9+build.1
loader_version=0.17.2
Expand Down
1 change: 1 addition & 0 deletions forge-1.12.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ publishMods {
file = remapJar.archiveFile
changelog = ""
type = STABLE
version = project.version
modLoaders.add("forge")

modrinth {
Expand Down
1 change: 1 addition & 0 deletions forge-1.8.9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ publishMods {
file = remapJar.archiveFile
changelog = ""
type = STABLE
version = project.version
modLoaders.add("forge")

modrinth {
Expand Down