1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-23 16:59:21 +00:00

Requested Fixes

- Use imagemagick to create sprites on the CI
- Fix barrier particle UV
- Make bubble and underwater particles visible out of water
- Increase acceleration of landing particles
- Fix warped spore particle color
This commit is contained in:
Kastle
2021-04-21 14:28:36 -07:00
parent 7f9e3ab131
commit 850736f829
11 changed files with 55 additions and 18 deletions

View File

@@ -7,5 +7,7 @@ while read -r p || [ -n "$p" ]; do
mkdir -p "${filesToCopy[1]}"
cp "extracted/${filesToCopy[0]}" "${filesToCopy[1]}"
done <required_files.txt
convert -append extracted/assets/minecraft/textures/particle/sweep_*.png -define png:format=png8 textures/particle/sweep_attack.png
convert -append extracted/assets/minecraft/textures/particle/bubble_pop_*.png -define png:format=png8 textures/particle/bubble_pop.png
rm client.jar
rm -r extracted