-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c6142b
commit df3f6ba
Showing
3 changed files
with
13 additions
and
10 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 |
---|---|---|
|
@@ -37,9 +37,9 @@ jobs: | |
MAVEN_USER: ${{ secrets.MAVEN_USERNAME }} | ||
MAVEN_PASS: ${{ secrets.MAVEN_PASSWORD }} | ||
|
||
- name: Upload Forge Releases (Curse/Modrinth/Github) | ||
id: forge_release | ||
if: contains(steps.properties.outputs.enabledPlatforms, 'forge') | ||
- name: Upload NeoForge Releases (Curse/Modrinth/Github) | ||
id: neoforge_release | ||
if: contains(steps.properties.outputs.enabledPlatforms, 'neoforge') | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
curseforge-id: ${{ vars.CURSE_ID }} | ||
|
@@ -48,12 +48,12 @@ jobs: | |
modrinth-id: ${{ vars.MODRINTH_ID }} | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
|
||
files: ./forge/build/libs/!(*-@(dev|sources|dev-shadow)).jar | ||
name: "[Forge] Chipped ${{ steps.properties.outputs.version }}" | ||
files: ./neoforge/build/libs/!(*-@(dev|sources|dev-shadow)).jar | ||
name: "[NeoForge] Chipped ${{ steps.properties.outputs.version }}" | ||
version: ${{ steps.properties.outputs.version }} | ||
version-type: release | ||
changelog-file: changelog.md | ||
loaders: forge | ||
loaders: neoforge | ||
game-versions: ${{ steps.properties.outputs.minecraftVersion }} | ||
version-resolver: exact | ||
|
||
|
9 changes: 6 additions & 3 deletions
9
common/src/main/java/earth/terrarium/chipped/common/registry/ModItems.java
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
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