diff --git a/.gitignore b/.gitignore index 8df6d15..9e7cd96 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ textures/entity/arrow/spectral_arrow.png textures/entity/rabbit/caerbannog.png textures/particle/damage.png textures/particle/flash.png -textures/particle/nautilus.png \ No newline at end of file +textures/particle/nautilus.png +textures/particle/bubble_pop.png +textures/particle/sweep_attack.png \ No newline at end of file diff --git a/copy_java_files_to_pack.sh b/copy_java_files_to_pack.sh index 647b822..49c3367 100755 --- a/copy_java_files_to_pack.sh +++ b/copy_java_files_to_pack.sh @@ -7,5 +7,7 @@ while read -r p || [ -n "$p" ]; do mkdir -p "${filesToCopy[1]}" cp "extracted/${filesToCopy[0]}" "${filesToCopy[1]}" done