made the developer cape higher resolution
Some checks failed
Actions / Build Documentation (push) Successful in 20s
Actions / Build and Upload Export Files (push) Failing after 8s
Actions / Autotagger (push) Successful in 8s

This commit is contained in:
Seaswimmer 2024-07-09 19:13:00 -04:00
parent f15fdb7cdc
commit df5b675e21
Signed by: cswimr
GPG key ID: 3813315477F26F82
5 changed files with 45 additions and 37 deletions

View file

@ -57,6 +57,10 @@ function Symlink {
New-Item -ItemType SymbolicLink -Path "$gitHooksDir\post-commit" -Target "$rootDir\scripts\hooks\post-commit" -Force New-Item -ItemType SymbolicLink -Path "$gitHooksDir\post-commit" -Target "$rootDir\scripts\hooks\post-commit" -Force
} }
if (-not (Get-Command packwiz -ErrorAction SilentlyContinue)) {
Install-Packwiz Install-Packwiz
} else {
Write-Host "packwiz already installed, skipping installation step"
}
Symlink Symlink
Write-Host "Script execution completed successfully!" Write-Host "Script execution completed successfully!"

View file

@ -24,7 +24,7 @@ install_packwiz() {
packwiz completion bash >~/.packwiz packwiz completion bash >~/.packwiz
if ! grep -q "source ~/.packwiz" ~/.bashrc; then if ! grep -q "source ~/.packwiz" ~/.bashrc; then
echo 'source ~/.packwiz' >>~/.bashrc echo 'source ~/.packwiz' >>~/.bashrc
echo "Successfully enabled packwiz autocompletion"; echo "Successfully enabled packwiz autocompletion"
else else
echo "packwiz autocompletion already enabled" echo "packwiz autocompletion already enabled"
fi fi
@ -52,7 +52,11 @@ create_symlink() {
# Main function # Main function
main() { main() {
# Install packwiz # Install packwiz
if ! which packwiz &>/dev/null; then
install_packwiz install_packwiz
else
echo "packwiz is already installed, skipping installation step"
fi
# Create symlink for pre-commit hook # Create symlink for pre-commit hook
create_symlink create_symlink

View file

@ -59,7 +59,7 @@ hash = "35e8f0d6ee84ecf70bed440d5b26b523d2c684568f16fdc871ce934d224eec2c"
[[files]] [[files]]
file = "kubejs/assets/capejs/textures/capes/galacticfactory.png" file = "kubejs/assets/capejs/textures/capes/galacticfactory.png"
hash = "23116999939851feb0b358564af45813b1e65fbd1e33d9ccfe6fac7b7027e1ad" hash = "6fc37dfd4dbb54c8ecf293ca2178fee5953d7ffbee13eaf7b17f9922c65f8421"
[[files]] [[files]]
file = "kubejs/assets/kubejs/ponder/farm.nbt" file = "kubejs/assets/kubejs/ponder/farm.nbt"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "e010d772534eca85da5b65c1de99feda6507341153b423c84bfb4017c2b99821" hash = "4a4fd86468b22e8ba56224d7d7630dc4ab018c36ee9c31d9ed669ab1ba7a12e2"
[versions] [versions]
forge = "47.2.0" forge = "47.2.0"