Compare commits
31 Commits
alpha-3
...
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 |
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: 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 |
|
Before Width: | Height: | Size: 178 B |
|
Before Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 166 B |
|
Before Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 166 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 166 B |
|
Before Width: | Height: | Size: 166 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 175 B |
@@ -1,3 +0,0 @@
|
|||||||
matchBlocks=black_stained_glass
|
|
||||||
method=ctm
|
|
||||||
tiles=0-46
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
matchBlocks=black_stained_glass_pane
|
|
||||||
method=ctm
|
|
||||||
tiles=0-46
|
|
||||||
faces=sides
|
|
||||||
|
Before Width: | Height: | Size: 179 B |
|
Before Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 178 B |
|
Before Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 173 B |