-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove the accidental commenting of block entity refreshing in X…
…ennoteClient.java feat: config subcategories are now auto expanded, adding NOTICE, supplement in LICENSE, try using MC-Publish
- Loading branch information
Showing
11 changed files
with
518 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# https://wiki.fabricmc.net/zh_cn:tutorial:publishing_mods_using_github_actions | ||
name: publish | ||
on: [workflow_dispatch] | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
- name: setup Java | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: 21 | ||
- name: exe | ||
if: ${{ runner.os != 'Windows' }} | ||
run: chmod +x ./gradlew | ||
- name: build | ||
run: ./gradlew clean build | ||
- name: release | ||
uses: Kir-Antipov/mc-publish@v3.3 | ||
with: | ||
modrinth-id: xennote | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
|
||
github-token: ${{ secrets.GAYHUB_TOKEN }} | ||
|
||
version-type: beta | ||
loaders: ["fabric", "quilt"] |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Apache Commons Numbers | ||
Copyright 2001-2023 The Apache Software Foundation | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). | ||
|
||
Apache Commons Math | ||
Copyright 2001-2022 The Apache Software Foundation | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). | ||
|
||
This product includes software developed for Orekit by | ||
CS Systèmes d'Information (http://www.c-s.fr/) | ||
Copyright 2010-2012 CS Systèmes d'Information |
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
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
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