generated from SmushyTaco/Example-Mod
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into release/1.21
- Loading branch information
Showing
27 changed files
with
293 additions
and
648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,14 +90,6 @@ jobs: | |
path: | | ||
NeoForgeMod/build/libs/*.jar | ||
if-no-files-found: error | ||
- name: Upload Forge jars | ||
if: inputs.build-project && inputs.upload-output && false | ||
uses: actions/[email protected] | ||
with: | ||
name: forge-jars | ||
path: | | ||
ForgeMod/build/libs/*.jar | ||
if-no-files-found: error | ||
- name: Upload documentation output | ||
if: inputs.build-docs && inputs.upload-output | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,12 +32,6 @@ jobs: | |
with: | ||
name: neoforge-jars | ||
path: dist/neoforge | ||
- name: Download Forge jars | ||
if: false | ||
uses: actions/[email protected] | ||
with: | ||
name: forge-jars | ||
path: dist/forge | ||
- name: Fetch release tag | ||
run: git fetch origin $GITHUB_REF:$GITHUB_REF -f | ||
- name: Generate changelog | ||
|
@@ -95,25 +89,6 @@ jobs: | |
changelog-file: CHANGELOG.g.md | ||
game-version-filter: releases | ||
java: ${{ steps.load-java-version.outputs.value }} | ||
- name: Publish Forge mod to Modrinth and CurseForge | ||
if: false | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
modrinth-id: ${{ vars.MODRINTH_ID }} | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
modrinth-featured: false | ||
|
||
curseforge-id: ${{ vars.CURSEFORGE_ID }} | ||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | ||
|
||
name: Staff Mod ${{ github.ref_name }} for Forge | ||
version: ${{ github.ref_name }}+forge | ||
files: | | ||
dist/forge/!(*-@(dev|dev-shadow|sources|javadoc)).jar | ||
dist/forge/*-@(dev|dev-shadow|sources|javadoc).jar | ||
changelog-file: CHANGELOG.g.md | ||
game-version-filter: releases | ||
java: ${{ steps.load-java-version.outputs.value }} | ||
- name: Publish mods to GitHub | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
ForgeMod/src/main/kotlin/opekope2/avm_staff/internal/forge/StaffMod.kt
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
ForgeMod/src/main/kotlin/opekope2/avm_staff/internal/forge/StaffModClient.kt
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
ForgeMod/src/main/kotlin/opekope2/avm_staff/internal/forge/StaffModPlatformImpl.kt
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
ForgeMod/src/main/kotlin/opekope2/avm_staff/internal/forge/item/ForgeCrownItem.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.