Compare commits
50 Commits
alpha-1
...
july-2022-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a5f138fcb | ||
|
|
36d194d47f | ||
|
|
38978455ae | ||
|
|
3def82e08d | ||
|
|
aff760d33e | ||
|
|
70708ae010 | ||
|
|
29defaa2cc | ||
|
|
d545b4a174 | ||
|
|
9a3a61df91 | ||
|
|
7a4eeea80a | ||
|
|
1dfae6d3c6 | ||
|
|
5116facf6d | ||
|
|
3bea62aee4 | ||
|
|
61ec89cdfb | ||
|
|
da4ab7e627 | ||
|
|
9a88e19119 | ||
|
|
df719698c1 | ||
|
|
a682dc4778 | ||
|
|
9f1f5c1146 | ||
|
|
a75c49235e | ||
|
|
49ca2555b4 | ||
|
|
736ea1013b | ||
|
|
ac32dc2f53 | ||
|
|
f5faf86c9d | ||
|
|
c874b958f8 | ||
|
|
5d6c04ccd5 | ||
|
|
890f747478 | ||
|
|
623dbb320d | ||
|
|
5fcc651672 | ||
|
|
03eb51a53e | ||
|
|
01e4803717 | ||
|
|
1e1a69a69b | ||
|
|
844d2492a1 | ||
|
|
08236c5dfd | ||
|
|
30a82d14ed | ||
|
|
3614570707 | ||
|
|
469c2d870e | ||
|
|
c2a850bcf6 | ||
|
|
6273157ae8 | ||
|
|
7b3d2e033f | ||
|
|
aa7569e844 | ||
|
|
93852682f2 | ||
|
|
45b5875290 | ||
|
|
510e229712 | ||
|
|
fec4f7d0a0 | ||
|
|
671b7fd99b | ||
|
|
52bd8cf748 | ||
|
|
e4e4540c20 | ||
|
|
561b912fdd | ||
|
|
7f936d1cbf |
2
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# These are supported funding model platforms
|
||||
patreon: Faithful_Resource_Pack
|
||||
30
.github/workflows/create-pack.yml
vendored
Normal 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 }}"
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 2,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 3,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 3,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 6,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 1,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 2,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 562 B |
@@ -1 +0,0 @@
|
||||
Models have been added in 1.8
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 2,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 3,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 3,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 6,
|
||||
"description": "A default-style 32x resource pack for Minecraft: Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 1,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 1,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 2,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 2,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 3,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 3,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 6,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 1,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 1,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 2,
|
||||
"description": "A default-style 32x resource pack for Minecraft Java Edition."
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 627 B |
15
README.md
@@ -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>
|
||||
|
||||

|
||||

|
||||

|
||||
</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!
|
||||

|
||||
|
||||