Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructure #2

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .buildignore

This file was deleted.

59 changes: 59 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# https://github.com/flytegg/resource-pack-deploy/blob/master/.github/workflows/main.yml
name: Resourcepack Deploy

on:
push:
branches:
- master # Adjust this branch name if needed
- dev/restructure

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0 # A non-shallow repository clone is required

- name: Run PackSquash
uses: ComunidadAylas/PackSquash-action@v4
with:
packsquash_version: latest # Uses the latest PackSquash release supported by the action
shader_source_transformation_strategy: keep_as_is

- name: Create ZIP file
run: |
COMMIT_ID=$(git rev-parse --short HEAD)
ZIP_NAME="RP.zip"
echo "ZIP_NAME=${ZIP_NAME}" >> $GITHUB_ENV
zip -r "${ZIP_NAME}" .

- name: Upload ZIP artifact
uses: actions/upload-artifact@v2
with:
name: resource-pack-artifact
path: ${{ env.ZIP_NAME }}

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.RESOURCE_ZIPPER }}
with:
tag_name: release-${{ github.sha }}
release_name: Release ${{ github.sha }}
draft: false
prerelease: false

- name: Upload Release Artifact
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.RESOURCE_ZIPPER }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ env.ZIP_NAME }}
asset_name: ${{ env.ZIP_NAME }}
asset_content_type: application/zip
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# texture-pack
The texture pack for EinfachGustaf.live
# EinfachGustaf.live texture pack
This is the texture pack of [EinfachGustaf.live](https://einfachgustaf.live)

## Download
Download the latest pack version [here](https://github.com/EinfachGustaf/texture-pack/releases/latest/download/RP.zip)
61 changes: 34 additions & 27 deletions assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,185 +2,192 @@
"providers": [
{
"type": "bitmap",
"file": "minecraft:bughunting/1_bugs_found.png",
"file": "einfachgustaf-bughunting:1_bugs_found.png",
"ascent": 8,
"height": 8,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "minecraft:bughunting/3_bugs_found.png",
"file": "einfachgustaf-bughunting:3_bugs_found.png",
"ascent": 8,
"height": 8,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "minecraft:bughunting/5_bugs_found.png",
"file": "einfachgustaf-bughunting:5_bugs_found.png",
"ascent": 8,
"height": 8,
"chars": ["\uE003"]
},
{
"type": "bitmap",
"file": "minecraft:bughunting/alpha_tester.png",
"file": "einfachgustaf-bughunting:alpha_tester.png",
"ascent": 8,
"height": 8,
"chars": ["\uE004"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/bedrockbattle_crits.png",
"file": "einfachgustaf-bedrockbattle:bedrockbattle_crits.png",
"ascent": 8,
"height": 8,
"chars": ["\uE005"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/bedrockbattle_kills.png",
"file": "einfachgustaf-bedrockbattle:bedrockbattle_kills.png",
"ascent": 8,
"height": 8,
"chars": ["\uE006"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/bedrockbattle_mining.png",
"file": "einfachgustaf-bedrockbattle:bedrockbattle_mining.png",
"ascent": 8,
"height": 8,
"chars": ["\uE007"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/bedrockbattle_place.png",
"file": "einfachgustaf-bedrockbattle:bedrockbattle_place.png",
"ascent": 8,
"height": 8,
"chars": ["\uE008"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/team_red.png",
"file": "einfachgustaf-bedrockbattle:team_red.png",
"ascent": 8,
"height": 8,
"chars": ["\uE009"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/team_blue.png",
"file": "einfachgustaf-bedrockbattle:team_blue.png",
"ascent": 8,
"height": 8,
"chars": ["\uE010"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/team_yellow.png",
"file": "einfachgustaf-bedrockbattle:team_yellow.png",
"ascent": 8,
"height": 8,
"chars": ["\uE011"]
},
{
"type": "bitmap",
"file": "minecraft:bedrock_battle/team_green.png",
"file": "einfachgustaf-bedrockbattle:team_green.png",
"ascent": 8,
"height": 8,
"chars": ["\uE012"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/shark.png",
"file": "einfachgustaf-global:ranks/shark.png",
"ascent": 8,
"height": 8,
"chars": ["\uE013"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/founder.png",
"file": "einfachgustaf-global:ranks/founder.png",
"ascent": 8,
"height": 8,
"chars": ["\uE014"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/admin.png",
"file": "einfachgustaf-global:ranks/admin.png",
"ascent": 8,
"height": 8,
"chars": ["\uE015"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/moderator.png",
"file": "einfachgustaf-global:ranks/moderator.png",
"ascent": 8,
"height": 8,
"chars": ["\uE016"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/creativity.png",
"file": "einfachgustaf-global:ranks/creativity.png",
"ascent": 8,
"height": 8,
"chars": ["\uE017"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/builder.png",
"file": "einfachgustaf-global:ranks/builder.png",
"ascent": 8,
"height": 8,
"chars": ["\uE018"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/starfish.png",
"file": "einfachgustaf-global:ranks/starfish.png",
"ascent": 8,
"height": 8,
"chars": ["\uE019"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/media.png",
"file": "einfachgustaf-global:ranks/media.png",
"ascent": 8,
"height": 8,
"chars": ["\uE020"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/poseidon.png",
"file": "einfachgustaf-global:ranks/poseidon.png",
"ascent": 8,
"height": 8,
"chars": ["\uE021"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/ocean.png",
"file": "einfachgustaf-global:ranks/ocean.png",
"ascent": 8,
"height": 8,
"chars": ["\uE022"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/kelp.png",
"file": "einfachgustaf-global:ranks/kelp.png",
"ascent": 8,
"height": 8,
"chars": ["\uE023"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/contributor.png",
"file": "einfachgustaf-global:ranks/contributor.png",
"ascent": 8,
"height": 8,
"chars": ["\uE024"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/partner.png",
"file": "einfachgustaf-global:ranks/partner.png",
"ascent": 8,
"height": 8,
"chars": ["\uE025"]
},
{
"type": "bitmap",
"file": "minecraft:ranks/developer.png",
"file": "einfachgustaf-global:ranks/developer.png",
"ascent": 8,
"height": 8,
"chars": ["\uE026"]
}
},
{
"type": "bitmap",
"file": "einfachgustaf-lobby:bg_navigator.png",
"ascent": 10,
"height": 256,
"chars": ["\uE027"]
}
]
}
16 changes: 0 additions & 16 deletions assets/minecraft/models/item/paper.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/1.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/2.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/3.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/4.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/5.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/6.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/7.json

This file was deleted.

6 changes: 0 additions & 6 deletions assets/minecraft/models/item/paper/8.json

This file was deleted.

Binary file removed assets/minecraft/textures/donator/donate_lvl1.png
Diff not rendered.
Binary file removed assets/minecraft/textures/donator/donate_lvl2.png
Diff not rendered.
Binary file removed assets/minecraft/textures/donator/donate_lvl3.png
Diff not rendered.
Binary file removed assets/minecraft/textures/donator/donate_lvl4.png
Diff not rendered.
Binary file removed assets/minecraft/textures/donator/donate_lvl5.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/1.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/2.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/3.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/4.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/5.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/6.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/7.png
Diff not rendered.
Binary file removed assets/minecraft/textures/item/paper/8.png
Diff not rendered.
Loading