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:
@@ -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
|
||||
Reference in New Issue
Block a user