-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from KoutaChan/3.x
Added 10 new rooms and GitHub Workflow, few changes
- Loading branch information
Showing
16 changed files
with
3,351 additions
and
2 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,38 @@ | ||
# This workflow uses actions that are not certified by GitHub. | ||
# They are provided by a third-party and are governed by | ||
# separate terms of service, privacy policy, and support | ||
# documentation. | ||
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle | ||
|
||
name: Java CI with Gradle | ||
|
||
on: | ||
push: | ||
branches: [ "3.x" ] | ||
pull_request: | ||
branches: [ "3.x" ] | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 8 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '8' | ||
distribution: 'adopt' | ||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
- name: Build with Gradle | ||
run: ./gradlew build | ||
- name: Upload build artifact | ||
uses: actions/[email protected] | ||
with: | ||
path: 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 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 added
BIN
+68.7 KB
src/main/resources/assets/dungeonrooms/catacombs/1x1/Crypts-1.skeleton
Binary file not shown.
Binary file added
BIN
+71.3 KB
src/main/resources/assets/dungeonrooms/catacombs/1x1/Double-Stair-3.skeleton
Binary file not shown.
124 changes: 124 additions & 0 deletions
124
src/main/resources/assets/dungeonrooms/catacombs/1x1/Four-Banner-1.skeleton
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+59.1 KB
src/main/resources/assets/dungeonrooms/catacombs/1x1/Lava-Skulls-3.skeleton
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
src/main/resources/assets/dungeonrooms/catacombs/1x1/Redstone-Skull-3.skeleton
Large diffs are not rendered by default.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
src/main/resources/assets/dungeonrooms/catacombs/1x1/Trinity-4.skeleton
Large diffs are not rendered by default.
Oops, something went wrong.
630 changes: 630 additions & 0 deletions
630
src/main/resources/assets/dungeonrooms/catacombs/1x3/Slime-5.skeleton
Large diffs are not rendered by default.
Oops, something went wrong.
956 changes: 956 additions & 0 deletions
956
src/main/resources/assets/dungeonrooms/catacombs/1x4/Sewer-7.skeleton
Large diffs are not rendered by default.
Oops, something went wrong.
518 changes: 518 additions & 0 deletions
518
src/main/resources/assets/dungeonrooms/catacombs/L-shape/Altar-6.skeleton
Large diffs are not rendered by default.
Oops, something went wrong.
377 changes: 377 additions & 0 deletions
377
src/main/resources/assets/dungeonrooms/catacombs/L-shape/Draw-Bridge-6.skeleton
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-556 Bytes
(99%)
src/main/resources/assets/dungeonrooms/catacombs/Puzzle/Teleport-Pad-Room.skeleton
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
Oops, something went wrong.