Compare commits

..

1 Commits

Author SHA1 Message Date
Robert Reichel
61ec89cdfb Update README.md 2021-01-02 22:42:14 +01:00
3142 changed files with 57 additions and 808 deletions

View File

@@ -1,50 +0,0 @@
name: Autozip Pack
on:
push:
branches-ignore: [ main, master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Sets up SSH agent (easier than creating folders, config, and authorized_keys)
- name: Set up SSH authentication
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.VPS_SSH_KEY }}
# Fetches the branch files on the runner
- name: Get updated branch
uses: actions/checkout@v6
# 1 - zips the pack
# 2 - creates subdirectories (rsync doesn't always do that)
# 3 - transfers file to server
- name: "Zip and upload pack"
run: |
echo "Creating resource pack zip..."
ZIP_NAME=$(echo "${{ vars.ZIP_NAME_TEMPLATE }}" | sed "s|%VERSION%|${{ github.ref_name }}|")
ZIP_FILENAME=${ZIP_NAME}.${{ vars.ZIP_EXTENSION }}
FINAL_LOCATION="${{ vars.ZIP_PATH }}/${ZIP_FILENAME}"
zip -r "${ZIP_FILENAME}" . -x ".*" -x "*/.*"
echo "Creating directory ${{ vars.ZIP_PATH }} on server..."
SSH_ADDRESS="${{ secrets.VPS_USERNAME }}@${{ secrets.VPS_HOST_IP }}"
ssh -p ${{ secrets.VPS_SSH_PORT }} -o StrictHostKeyChecking=no \
"$SSH_ADDRESS" \
"mkdir -p \"${{ vars.ZIP_PATH }}\""
echo "Uploading file to server..."
rsync -havzP \
-e "ssh -p ${{ secrets.VPS_SSH_PORT }} -o StrictHostKeyChecking=no" \
"${ZIP_FILENAME}" \
"${SSH_ADDRESS}:${FINAL_LOCATION}"
echo "File uploaded to $FINAL_LOCATION"

44
CONTRIBUTORS.md Normal file
View File

@@ -0,0 +1,44 @@
<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,57 +0,0 @@
FAITHFUL LICENSE
Version 3 - 20th February 2023
Copyright © Faithful Resource Pack
You may do the following:
1: Use our work as placeholders.
2: Use our work as a base or reference for your own content (e.g. modded textures, content creator edits).
3: Use a few textures that you cannot properly make, such as painting or particle textures.
4: Distribute a modified copy of a pack as a content creator with your videos or streams.
5: Use our work for adventure maps, server resource packs, mod textures, or data packs.
By doing any of the above, you agree to follow these requirements:
1: Give clear credit in an appropriate place (e.g. video descriptions, pack.mcmetas, listing descriptions).
2: Link back to our website, which you can find here:
https://faithfulpack.net/
3: Don't take credit for work you didn't make and always give proper attribution to any work you use or modify. In addition, try to be somewhat specific about what you're using, as "GUI originally from Faithful 32x" works a lot better than "some textures from Faithful". Just be honest about what you're using, use common sense when in doubt, and you'll be fine.
4: Do not monetize content that contains any of our work, modified or not, under any circumstances. This includes locking your content behind a paywall (including the Minecraft Marketplace) or monetizing download links. Taking voluntary donations is still allowed, but if it feels like you're profiting off our work don't do it.
5: Don't make your projects look official when they aren't. Examples of this behavior would include copying our branding or marking a project as "official" in a way that would confuse the average viewer into believing a project is official when it isn't.
6: This file, unmodified, must be included in any content which contains any of our work.
Exceptions:
1: If you're doing anything privately or undistributed to our work (e.g. custom edit for personal use, unpublished add-ons, mod support, personal Minecraft server resource pack, or edits either by you or from different packs) you can safely disregard all of these requirements since you are not gaining unfairly from us in any form.
2: Projects not directly related to textures (e.g. website, bot) may have separate licenses with different terms. Check their respective pages or repositories for more information. If nothing is mentioned, assume that all rights remain reserved.
3: If you are using textures made before March 2016 (Minecraft Release 1.9). These textures are licensed under Vattic's original Faithful 32x32 license, which has different requirements compared with this license. If you're interested, you can find the original license here under "Usage Guidelines":
https://web.archive.org/web/20150607220656/http://www.minecraftforum.net:80/forums/mapping-and-modding/resource-packs/1223254-faithful-32x32-pack-update-red-cat-clay-1-8
We reserve the right to:
1: Refuse the ability to use, distribute, or modify any work made by us for any person or group. This action would be final, generally only in the case of unusual circumstances.
2: Take legal action if you do not comply with these guidelines.
3: Change this license at any time for any reason.

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
### 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)
<img src="https://i.imgur.com/SJBTkKF.png" alt="CompliancePack" align="right" height="256px">
<div align="center">
<h1>Compliance 32x</h1>
<h3>A default-style 32x resource pack for Minecraft Java Edition.</h3>
![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)
![PullRequests](https://img.shields.io/github/issues-pr/Compliance-Resource-Pack/Resource-Pack-32x)
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

View File

@@ -1,5 +0,0 @@
{
"animation": {
"frametime": 2
}
}

View File

@@ -1,5 +0,0 @@
{
"animation": {
"frametime": 3
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

View File

@@ -1,4 +0,0 @@
matchBlocks=bookshelf
faces=sides
method=horizontal
tiles=0-3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

View File

@@ -1,3 +0,0 @@
matchBlocks=black_stained_glass
method=ctm
tiles=0-46

View File

@@ -1,4 +0,0 @@
matchBlocks=black_stained_glass_pane
method=ctm
tiles=0-46
faces=sides

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

Some files were not shown because too many files have changed in this diff Show More