Compare commits

...

50 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
Pomik108
1e1a69a69b daily texture push #10 2020-12-11 16:42:08 +01:00
Pomik108
844d2492a1 Merge branch 'master' of https://github.com/Compliance-Resource-Pack/Resource-Pack-32x 2020-12-10 18:04:43 +01:00
Pomik108
08236c5dfd daily texture push #9 2020-12-10 18:04:31 +01:00
Julien
30a82d14ed remove compliance 3D files 2020-12-10 16:54:53 +01:00
Pomik108
3614570707 daily texture push #8 2020-12-09 14:52:08 +01:00
Pomik108
469c2d870e daily texture push #7 2020-12-08 20:32:06 +01:00
Pomik108
c2a850bcf6 removed forgotten zip file 2020-12-08 20:24:02 +01:00
Pomik108
6273157ae8 same as always 2020-12-06 12:19:23 +01:00
Pomik108
7b3d2e033f stuff from #results 2020-12-05 14:17:34 +01:00
Pomik108
aa7569e844 added stuff from #results 2020-12-04 11:34:10 +01:00
Robert Reichel
93852682f2 add passed textures 2020-12-03 19:34:19 +01:00
Pomik108
45b5875290 added font by hozz, just to have a font different from faithful 2020-12-03 08:46:50 +01:00
Pomik108
510e229712 pushed stuff from #results 2020-12-01 10:42:54 +01:00
Pomik108
fec4f7d0a0 stuff by deborn 2020-11-29 12:05:55 +01:00
Pomik108
671b7fd99b added stuff that has been voted on 2020-11-26 21:29:45 +01:00
Pomik108
52bd8cf748 updated composter with current podzol 2020-11-25 15:02:14 +01:00
Pomik108
e4e4540c20 added forgotten command_block_conditional 2020-11-25 14:56:23 +01:00
Pomik108
561b912fdd updated cartography table planks
not bothering to submit it in #submit-textures because its literally just this change and i didnt make any part of that texture i just complied them together
2020-11-25 14:45:57 +01:00
Pomik108
7f936d1cbf here are the files again 2020-11-24 21:20:23 +01:00
68 changed files with 43 additions and 197 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: 562 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: 562 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: 562 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: 562 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: 562 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: 562 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: 562 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

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: 562 B

View File

@@ -1 +0,0 @@
Models have been added in 1.8

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

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 6,
"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": 1,
"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": 1,
"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": 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": 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

View File

@@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 6,
"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": 1,
"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": 1,
"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": 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,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">
<h1>Compliance 32x</h1>
<h3>A default-style 32x resource pack for Minecraft Java Edition.</h3>
<h1>Faithful 32x</h1>
<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)
![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>
</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)