Compare commits

..

41 Commits

Author SHA1 Message Date
Sei
bb65ab4a5e Compressed new panorama 2021-11-05 11:45:07 -07:00
Sei
1fba33ee1c Replaced old panorama 2021-11-05 11:39:57 -07:00
Robert Reichel
6761a3d82f Update links.txt 2021-11-05 11:02:16 +01:00
CompliBot
cc378bdfac Autopush passed textures from 05/11/2021 2021-11-05 00:30:03 +01:00
CompliBot
3e2c28d7ea Autopush passed textures from 03/11/2021 2021-11-03 00:30:03 +01:00
CompliBot
632895fbe7 Autopush passed textures from 02/11/2021 2021-11-02 00:30:07 +01:00
CompliBot
0d3bebc5e4 Manual push, executed by: RobertR11 (01/11/2021) 2021-11-01 00:59:12 +01:00
CompliBot
915464136a Autopush passed textures from 01/11/2021 2021-11-01 00:30:14 +01:00
CompliBot
0d3f7b53b3 Autopush passed textures from 30/10/2021 2021-10-30 00:30:07 +02:00
CompliBot
a4394d1c2b Autopush passed textures from 27/10/2021 2021-10-27 00:30:03 +02:00
CompliBot
10f9e0a14f Autopush passed textures from 26/10/2021 2021-10-26 00:30:08 +02:00
CompliBot
c4042788dc Autopush passed textures from 24/10/2021 2021-10-24 00:30:07 +02:00
CompliBot
c975788a12 Autopush passed textures from 22/10/2021 2021-10-22 00:30:03 +02:00
Pomik108
9755db3d36 fixed jungle sign 2021-10-21 21:06:15 +02:00
CompliBot
a6b83c1233 Autopush passed textures from 21/10/2021 2021-10-21 00:30:03 +02:00
CompliBot
17b91fd7ba Autopush passed textures from 20/10/2021 2021-10-20 00:30:07 +02:00
CompliBot
78f4246494 Autopush passed textures from 17/10/2021 2021-10-17 00:30:06 +02:00
CompliBot
6e9c793035 Autopush passed textures from 14/10/2021 2021-10-14 00:30:03 +02:00
CompliBot
f5d4f03316 Autopush passed textures from 13/10/2021 2021-10-13 00:30:03 +02:00
CompliBot
8ff90cb626 Autopush passed textures from 08/10/2021 2021-10-08 00:30:13 +02:00
CompliBot
4e4e7d21f6 Autopush passed textures from 06/10/2021 2021-10-06 00:30:02 +02:00
CompliBot
0e97388fa1 Autopush passed textures from 05/10/2021 2021-10-05 00:30:07 +02:00
CompliBot
13b3c0eeeb Manual push, executed by: RobertR11 (04/10/2021) 2021-10-04 16:50:42 +02:00
CompliBot
aa5f7396ce Autopush passed textures from 04/10/2021 2021-10-04 00:30:02 +02:00
CompliBot
1e970a0fc2 Autopush passed textures from 03/10/2021 2021-10-03 00:30:07 +02:00
CompliBot
9efc2a1d58 Autopush passed textures from 01/10/2021 2021-10-01 00:30:02 +02:00
CompliBot
d3b88f60fe Autopush passed textures from 30/09/2021 2021-09-30 00:30:03 +02:00
CompliBot
5ab134fa37 Autopush passed textures from 29/09/2021 2021-09-29 00:30:07 +02:00
CompliBot
d6c71eb547 Autopush passed textures from 28/09/2021 2021-09-28 00:30:07 +02:00
CompliBot
c77d354939 Autopush passed textures from 27/09/2021 2021-09-27 00:30:15 +02:00
CompliBot
1b114c1cd0 Autopush passed textures from 26/09/2021 2021-09-26 00:30:03 +02:00
CompliBot
01e2d0a662 Autopush passed textures from 25/09/2021 2021-09-25 00:30:07 +02:00
Pomik108
0a5ba5372f remove floating pixels from guardian textures 2021-09-24 19:22:52 +02:00
CompliBot
abb43e824a Autopush passed textures from 24/09/2021 2021-09-24 00:30:03 +02:00
CompliBot
d23e56227b Autopush passed textures from 23/09/2021 2021-09-23 00:30:07 +02:00
Pomik108
8fe9c4476e Merge branch 'Jappa-1.17.1' of https://github.com/Compliance-Resource-Pack/Compliance-Java-32x into Jappa-1.17.1 2021-09-22 23:07:57 +02:00
Pomik108
97e38a2b29 remove banner_base because of guidelines 2021-09-22 23:07:49 +02:00
Sei
3e618ccf44 Updated Panorama 1.17.1 2021-09-22 10:46:25 -07:00
CompliBot
c5c1a82ebb Autopush passed textures from 22/09/2021 2021-09-22 00:30:05 +02:00
CompliBot
4c871c150c Autopush passed textures from 21/09/2021 2021-09-21 00:30:07 +02:00
Pomik108
b6e4363675 java beta preparations 2021-09-20 19:26:44 +02:00
2879 changed files with 43 additions and 238 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"

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.

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

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 650 B

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 B

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 172 B

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