-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
30 changed files
with
59 additions
and
135 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
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 |
---|---|---|
|
@@ -8,68 +8,33 @@ jobs: | |
steps: | ||
- name: checkout repository | ||
uses: actions/checkout@v2 | ||
- name: setup jdk 17 | ||
- name: setup jdk 21 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 17 | ||
java-version: 21 | ||
- name: make gradle wrapper executable | ||
run: chmod +x ./gradlecw | ||
- name: build | ||
run: ./gradlecw build -Pbuild.release=true | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
files: | | ||
EntityCulling-Fabric/build/libs/* | ||
EntityCulling-Forge/build/libs/* | ||
EntityCulling-Neo/build/libs/* | ||
EntityCulling-Versionless/build/libs/* | ||
- name: Publish-Neo-Curseforge | ||
files: 'versions/**/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
- name: Publish-1.20.5-fabric-Curseforge | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
curseforge-id: 448233 | ||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | ||
loaders: neoforge | ||
name: ${{github.ref_name}} - NeoForge | ||
version-type: beta | ||
files: '*Neo/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
game-versions: 1.20.4 | ||
- name: Publish-Neo-Modrinth | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
modrinth-id: NNAgCjsB | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
loaders: neoforge | ||
name: ${{github.ref_name}} - NeoForge | ||
files: '*Neo/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
game-versions: 1.20.4 | ||
- name: Publish-Forge-Curseforge | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
curseforge-id: 448233 | ||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | ||
loaders: forge | ||
name: ${{github.ref_name}} - Forge | ||
version-type: beta | ||
files: '*Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
game-versions: 1.20.4 | ||
- name: Publish-Forge-Modrinth | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
modrinth-id: NNAgCjsB | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
loaders: forge | ||
name: ${{github.ref_name}} - Forge | ||
files: '*Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
game-versions: 1.20.4 | ||
- name: Publish-Fabric | ||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | ||
loaders: fabric | ||
name: ${{github.ref_name}}-1.20.5 - Fabric | ||
files: 'versions/1.20.5-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
game-versions: 1.20.5 | ||
- name: Publish-1.20.5-fabric-Modrinth | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
modrinth-id: NNAgCjsB | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
curseforge-id: 448233 | ||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | ||
loaders: fabric | ||
name: ${{github.ref_name}} - Fabric | ||
files: '*Fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
game-versions: 1.20.4 | ||
name: ${{github.ref_name}}-1.20.5 - Fabric | ||
files: 'versions/1.20.5-fabric/build/libs/!(*-@(dev|sources|javadoc|all)).jar' | ||
game-versions: 1.20.5 |
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 was deleted.
Oops, something went wrong.
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
Binary file not shown.
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,5 @@ | ||
{ | ||
"versions": [ | ||
"1.20.5-fabric" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...rces/assets/entityculling/lang/zh_tw.json → ...rces/assets/entityculling/lang/zh_tw.json
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"text.entityculling.title": "EntityCulling", | ||
"key.entityculling.toggle": "開關剔除除錯" | ||
} | ||
{ | ||
"text.entityculling.title": "EntityCulling", | ||
"key.entityculling.toggle": "開關剔除除錯" | ||
} |
File renamed without changes.
File renamed without changes
File renamed without changes.
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 @@ | ||
1.20.5-fabric |