Compare commits

...

31 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
Julien
da4ab7e627 moved files to branch, easier to manage 2020-12-25 04:27:05 +01:00
Pomik108
9a88e19119 Update podzol_side.png 2020-12-24 11:48:28 +01:00
Pomik108
df719698c1 daily texture push #18 2020-12-24 11:47:26 +01:00
Pomik108
a682dc4778 Update options_background.png 2020-12-19 17:20:00 +01:00
Pomik108
9f1f5c1146 Merge branch 'master' of https://github.com/Compliance-Resource-Pack/Resource-Pack-32x 2020-12-19 12:01:48 +01:00
Pomik108
a75c49235e daily texture push #17 2020-12-19 12:01:34 +01:00
Robert Reichel
49ca2555b4 remove some slightly transparent pixels from bee 2020-12-19 11:37:20 +01:00
Pomik108
736ea1013b updated signs with new log textures 2020-12-18 18:58:20 +01:00
Pomik108
ac32dc2f53 daily texture push #16 2020-12-18 09:03:06 +01:00
Pomik108
f5faf86c9d daily texture push #15 2020-12-17 18:35:05 +01:00
Pomik108
c874b958f8 daily texture push #14 2020-12-16 08:47:21 +01:00
Pomik108
5d6c04ccd5 daily texture push #13 2020-12-15 18:44:16 +01:00
Pomik108
890f747478 "daily" texture push #12 2020-12-14 18:02:23 +01:00
Pomik108
623dbb320d daily texture push #11 2020-12-12 12:29:22 +01:00
Pomik108
5fcc651672 Merge branch 'master' of https://github.com/Compliance-Resource-Pack/Resource-Pack-32x 2020-12-12 12:28:15 +01:00
Pomik108
03eb51a53e fixed husbandry advancement background 2020-12-12 12:28:06 +01:00
Robert Reichel
01e4803717 remove shadow texture, bugged on higher resolutions 2020-12-11 22:49:18 +01:00
2380 changed files with 43 additions and 653 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,6 +0,0 @@
{
"pack": {
"pack_format": 2,
"description": "A default-style 32x resource pack for Minecraft Java Edition."
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 3,
"description": "A default-style 32x resource pack for Minecraft Java Edition."
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 3,
"description": "A default-style 32x resource pack for Minecraft Java Edition."
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 4,
"description": "A default-style 32x resource pack for Minecraft Java Edition."
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 4,
"description": "A default-style 32x resource pack for Minecraft Java Edition."
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 5,
"description": "A default-style 32x resource pack for Minecraft Java Edition."
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 5,
"description": "A default-style 32x resource pack for Minecraft Java Edition."
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 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: 179 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

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