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
23 changes: 1 addition & 22 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v5.0.0
with:
submodules: recursive

- name: Set up JDK 8
uses: actions/setup-java@v3
Expand All @@ -46,23 +44,4 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build

- name: Publish (CurseForge/Modrinth/GitHub)
uses: Kir-Antipov/mc-publish@v3.3.0
with:
modrinth-id: 412tAvWq
modrinth-token: "${{env.MODRINTH_TOKEN}}"

github-tag: "v${{env.VERSION}}"
github-token: "${{env.GITHUB_TOKEN}}"

name: "mpkmod-${{env.VERSION}}"
version: "${{env.VERSION}}"
version-type: release
github-generate-changelog: true

loaders: forge,fabric
game-versions: "1.8.9,1.19.4,1.20.4,1.20.6,1.21,1.21.3,1.21.5,1.21.6,1.21.8" #TODO: Clean this up
game-version-filter: releases
java: "1.8,17"
run: ./gradlew build publishMods
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ If you think that mpkmod should have a specific feature, encounter any bugs or i
* [Forge](https://files.minecraftforge.net/)
- 1.8.9
* [Fabric](https://fabricmc.net/)
- 1.19.4
- 1.20.4
- 1.20.6
- 1.21
- 1.21.3
- 1.21.5
- 1.21.6-8

I aim to keep the mod updated for the latest version of minecraft. <br>
To use the mod with other versions please check out the [ViaFabricPlus](github.com/ViaVersion/ViaFabricPlus) project.

---

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compileOnly 'org.apache.logging.log4j:log4j-api:2.0-beta9'
compileOnly 'org.apache.logging.log4j:log4j-core:2.0-beta9'

library project(':network-api:common')
library "com.github.MPKMod.MPKNetworkAPI:common:main-SNAPSHOT"
}

compileJava.doLast {
Expand Down
40 changes: 0 additions & 40 deletions fabric-1.19.4/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions fabric-1.19.4/build.gradle

This file was deleted.

15 changes: 0 additions & 15 deletions fabric-1.19.4/gradle.properties

This file was deleted.

This file was deleted.

Loading