Compare commits

...

14 Commits

Author SHA1 Message Date
Robert
0a5f138fcb Update FUNDING.yml 2022-06-21 19:08:05 +02:00
Robert
36d194d47f Update create-pack.yml 2022-06-21 17:19:24 +02:00
Robert
38978455ae add version to pack name 2022-06-21 17:10:34 +02:00
Robert
3def82e08d add automated pack creation 2022-06-21 17:07:59 +02:00
Robert
aff760d33e please just work 2022-06-21 17:00:43 +02:00
Robert
70708ae010 please 2022-06-21 16:54:09 +02:00
Robert
29defaa2cc stackoverflow please help me 2022-06-21 16:45:20 +02:00
Robert
d545b4a174 plis detect branch 2022-06-21 16:43:19 +02:00
Robert
9a3a61df91 what have I even done 2022-06-21 16:36:55 +02:00
Robert
7a4eeea80a test github actions 2022-06-21 16:34:19 +02:00
Pomi108
1dfae6d3c6 Update README.md 2022-04-09 22:54:23 +02:00
Pomi108
5116facf6d Delete CONTRIBUTORS.md, was super outdated 2022-03-26 16:28:27 +01:00
Robert Reichel
3bea62aee4 Create FUNDING.yml 2021-06-07 18:50:33 +02:00
Robert Reichel
61ec89cdfb Update README.md 2021-01-02 22:42:14 +01:00
4 changed files with 43 additions and 48 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
# These are supported funding model platforms
patreon: Faithful_Resource_Pack

30
.github/workflows/create-pack.yml vendored Normal file
View File

@@ -0,0 +1,30 @@
name: Create Pack
on:
push:
branches-ignore:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v5.2
- name: Create Pack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script: |
cd "./packs/Faithful-Java-32x"
git pull
git checkout ${{ steps.branch-name.outputs.current_branch }}
zip -r Faithful-Java-32x-${{ steps.branch-name.outputs.current_branch }}-Experimental.zip . -x "*.git*" -x "*.github*" -x ".gitignore"
[ ! -d "/var/www/html/database.faithfulpack.net/packs/32x-Java/${{ steps.branch-name.outputs.current_branch }}" ] && mkdir "/var/www/html/database.faithfulpack.net/packs/32x-Java/${{ steps.branch-name.outputs.current_branch }}"
mv Faithful-Java-32x-${{ steps.branch-name.outputs.current_branch }}-Experimental.zip "/var/www/html/database.faithfulpack.net/packs/32x-Java/${{ steps.branch-name.outputs.current_branch }}"

View File

@@ -1,44 +0,0 @@
<h1>Compliance 32x - "Jappa" Contributors</h1>
<ul>
<li>@Adrien_Sama#4001</li>
<li>@Alexsor#0901</li>
<li>@Karthy#9999</li>
<li>@AxiosTV#5153</li>
<li>@BellPepperBrian#0001</li>
<li>@Billy Apicella#1045</li>
<li>@CLtheman1#9145</li>
<li>@ConnerMiner#6490</li>
<li>@Cryptogenic#0750</li>
<li>@Cyberisation#3598</li>
<li>@Deborn#6854</li>
<li>@Derp#5571</li>
<li>@dāvid̔̏̊#4605</li>
<li>@Pejohn#4519</li>
<li>@FabriXd#8017</li>
<li>@Fractalis#9059</li>
<li>@fyr02#8507</li>
<li>@HaragOns#1897</li>
<li>@Hozz#0889</li>
<li>@jogurciQ#7641</li>
<li>@Juknum#6148</li>
<li>@ProstoProstoChelovek#9034</li>
<li>@Ninventoo#2389</li>
<li>@okDiamond#0701</li>
<li>@Po3stell3d#1426</li>
<li>@Pomik108#1378</li>
<li>@Tekayo#5081</li>
<li>@Pythagoras_314#5176</li>
<li>@Redcoke26#4978</li>
<li>@ewanhowell5195#8042</li>
<li>@RobertR11#7841</li>
<li>@Saarlodrie_#7144</li>
<li>@Sei#0721</li>
<li>@Snorb#9277</li>
<li>@terux#7602</li>
<li>@That1Dragon#1718</li>
<li>@THEMAISON#2774</li>
<li>@trz#8827</li>
<li>@verisimal#3136</li>
<li>@Mr. Kirby 48#0933</li>
</ul>

View File

@@ -1,9 +1,16 @@
<img src="https://i.imgur.com/SJBTkKF.png" alt="CompliancePack" align="right" height="256px"> <img src="https://github.com/Faithful-Resource-Pack/Branding/blob/main/logos/transparent/512/f32_logo.png?raw=true" alt="Faithful 32x" align="right" height="256px">
<div align="center"> <div align="center">
<h1>Compliance 32x</h1> <h1>Faithful 32x</h1>
<h3>A default-style 32x resource pack for Minecraft Java Edition.</h3> <h3>The original Minecraft texture feel, with double the resolution and double the fun!</h3>
<h5><i>Official Java Edition repository</i></h5>
![RepoSize](https://img.shields.io/github/repo-size/Compliance-Resource-Pack/Resource-Pack-32x) ![RepoSize](https://img.shields.io/github/repo-size/Compliance-Resource-Pack/Resource-Pack-32x)
![Issues](https://img.shields.io/github/issues/Compliance-Resource-Pack/Resource-Pack-32x) ![Issues](https://img.shields.io/github/issues/Compliance-Resource-Pack/Resource-Pack-32x)
![PullRequests](https://img.shields.io/github/issues-pr/Compliance-Resource-Pack/Resource-Pack-32x) ![PullRequests](https://img.shields.io/github/issues-pr/Compliance-Resource-Pack/Resource-Pack-32x)
</div> </div>
---
### Important:
#### To view the pack files and to switch between resource pack versions, click the branch button (usually named `master` or `main`) and select the version you want to see!
![Branch Button](https://i.imgur.com/meBP6N8.png)