-
Notifications
You must be signed in to change notification settings - Fork 26
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
44 changed files
with
189 additions
and
386 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Create Release | ||
|
||
on: create | ||
|
||
jobs: | ||
build: | ||
strategy: | ||
matrix: | ||
# Use these Java versions | ||
java: [ | ||
17 | ||
] | ||
# and run on both Linux and Windows | ||
os: [ubuntu-20.04] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- name: checkout repository | ||
uses: actions/checkout@v2 | ||
- name: setup jdk ${{ matrix.java }} | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: ${{ matrix.java }} | ||
- name: make gradle wrapper executable | ||
if: ${{ runner.os != 'Windows' }} | ||
run: chmod +x ./gradlecw | ||
- name: build | ||
run: ./gradlecw build | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
FPFabric/build/libs/* | ||
FPForge/build/libs/* |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
150 changes: 0 additions & 150 deletions
150
FPShared/src/main/java/dev/tr7zw/firstperson/config/CustomConfigScreen.java
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-153 KB
...ared/src/main/resources/assets/firstperson/textures/features/back/butterfly.png
Binary file not shown.
1 change: 0 additions & 1 deletion
1
FPShared/src/main/resources/assets/firstperson/textures/features/back/butterfly.txt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-126 KB
...d/src/main/resources/assets/firstperson/textures/features/back/fantasywings.png
Binary file not shown.
1 change: 0 additions & 1 deletion
1
FPShared/src/main/resources/assets/firstperson/textures/features/back/fantasywings.txt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-6.03 KB
.../src/main/resources/assets/firstperson/textures/features/boots/boot_default.png
Binary file not shown.
Binary file removed
BIN
-6.08 KB
FPShared/src/main/resources/assets/firstperson/textures/features/hat/plunger.png
Binary file not shown.
Binary file removed
BIN
-964 Bytes
FPShared/src/main/resources/assets/firstperson/textures/gui/cosmetics.png
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.