23 Commits
Author SHA1 Message Date
Lexian-droid aecc1a82fd Changed the doohickey to only happen on tag push
Optimize resource pack / Optimize resource pack (push) Successful in 9m47s
2024-10-22 19:14:15 +02:00
Lexian-droid 00512dd1fb Update .github/workflows/packsquash.yml
Optimize resource pack / Optimize resource pack (push) Successful in 9m59s
2024-10-22 18:56:39 +02:00
Lexian-droid d020dd3e01 Update .github/workflows/build-and-upload.yml
CI/CD for Minecraft Resource Pack / build (push) Successful in 9m47s
2024-10-22 18:44:43 +02:00
Lexian-droid cb67fb4dcc Added PackSquash
CI/CD for Minecraft Resource Pack / build (push) Has been cancelled
2024-10-22 18:41:10 +02:00
Lexian-droid f602e188cf Update .github/workflows/build-and-upload.yml
CI/CD for Minecraft Resource Pack / build (push) Successful in 9s
2024-10-22 18:38:17 +02:00
Lexian-droid 56d8d27a9e Update .github/workflows/build-and-upload.yml
CI/CD for Minecraft Resource Pack / build (push) Failing after 14s
2024-10-22 18:36:05 +02:00
Lexian-droid b23ea3b62e Update .github/workflows/build-and-upload.yml
Build and Upload Optimized Resource Pack / build (push) Failing after 17s
2024-10-22 18:31:22 +02:00
Lexian-droid b9fafcb2fa New builder
Build and Upload Optimized Resource Pack / build (push) Failing after 51s
Added a new builder, not using someone else's.
2024-10-22 18:26:15 +02:00
Lexian-droid a72fcca54b Update .gitea/workflows/main.yml
Resourcepack Zipper / build (push) Failing after 11m12s
2024-10-20 20:45:42 +02:00
Lexian-droid d02c72749a Delete assets/minecraft/textures/item/custom/cui/cobblestone/texture_0.png
Resourcepack Zipper / build (push) Failing after 11m17s
2024-10-20 20:10:25 +02:00
Lexian-droid 5a50151d17 Delete assets/minecraft/textures/item/custom/cui/stick/texture_0.png
Resourcepack Zipper / build (push) Has been cancelled
2024-10-20 20:10:10 +02:00
Lexian-droid 73b069c8c8 Change name of branch from master to main
Resourcepack Zipper / build (push) Failing after 5m41s
2024-10-20 20:00:29 +02:00
Lexian-droid d9b0c48a94 Add .github/workflows/main.yml 2024-10-20 19:59:43 +02:00
Lexian-droid ade4095669 Inital commit 2024-08-23 17:56:31 -04:00
Lexian-droid 790a932ed7 Removed the clouds, Courtesy of UsernameGeri's resource pack "Hyper realistic sky" (It taught me how to remove the clouds.) 2023-11-12 18:30:58 -05:00
Lexian-droid b0b0b2e3e8 Merge remote-tracking branch 'lexianapp/main' 2023-10-04 10:17:22 -04:00
Chloe 88fbb08ce9 Delete pack.zip 2023-10-04 10:15:57 -04:00
Chloe 3cd61de523 Upload files to "/" 2023-10-04 10:15:33 -04:00
Lexian-droid 8bc519c3da e 2023-10-04 10:13:16 -04:00
Lexian-droid cc5c6490ba Removed Pack.zip 2023-10-04 10:12:20 -04:00
Chloe 59ca8f7764 Delete pack.zip 2023-10-04 10:11:55 -04:00
Lexian-droid 3b3337e45a forgot sound.json, also changed mcmeta 2023-10-04 09:00:31 -04:00
Lexian-droid cb988cf26e Added more music for Extended Jukebox 2023-10-03 19:32:53 -04:00
10 changed files with 91 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
name: Optimize resource pack
on:
push:
tags:
- '**'
jobs:
packsquash:
name: Optimize resource pack
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # A non-shallow repository clone is required
- name: Run PackSquash
uses: ComunidadAylas/PackSquash-action@v4
with:
packsquash_version: latest
options: |
pack_directory = '.'
output_file_path = '/tmp/pack.zip'
- name: Create release
uses: softprops/action-gh-release@v2
with:
files: /tmp/pack.zip
+65
View File
@@ -0,0 +1,65 @@
{
"music_disc.jump_up": {
"category": "record",
"sounds": [
{
"name": "records/jump_up",
"stream": true
}
]
},
"music_disc.city_under_siege": {
"category": "record",
"sounds": [
{
"name": "records/city_under_siege",
"stream": true
}
]
},
"music_disc.food_mart": {
"category": "record",
"sounds": [
{
"name": "records/food_mart",
"stream": true
}
]
},
"music_disc.interior_shop": {
"category": "record",
"sounds": [
{
"name": "records/interior_shop",
"stream": true
}
]
},
"music_disc.clothing_shop": {
"category": "record",
"sounds": [
{
"name": "records/clothing_shop",
"stream": true
}
]
},
"music_disc.hat_shop": {
"category": "record",
"sounds": [
{
"name": "records/hat_shop",
"stream": true
}
]
},
"music_disc.pawn_shop": {
"category": "record",
"sounds": [
{
"name": "records/pawn_shop",
"stream": true
}
]
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

+1 -1
View File
@@ -1 +1 @@
{"pack":{"description":"§bFriends CMP 2.0","pack_format":7}}
{"pack":{"description":"§7Friends CMP §c§lExtras§f §7Pack","pack_format":7}}