9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-28 11:29:11 +00:00

More patches

Shallou - Habitat
Genre: Progressive House (maybe)
This commit is contained in:
Dreeam
2025-09-29 14:23:25 -04:00
parent 7ccc4501e7
commit 8bffdef317
219 changed files with 1255 additions and 1284 deletions

View File

@@ -53,7 +53,7 @@ logsuffix=""
# Paper updates
if [ -n "$paperHash" ]; then
newHash=$(git diff gradle.properties | awk '/^+paperCommit =/{print $NF}')
paper=$(getCommits "PaperMC/Paper" "$paperHash" $(echo $newHash | grep . -q && echo $newHash || echo "main")) # Update this on every version update
paper=$(getCommits "PaperMC/Paper" "$paperHash" $(echo $newHash | grep . -q && echo $newHash || echo "dev/1.21.9")) # Update this on every version update
# Updates found
if [ -n "$paper" ]; then