mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-12 13:22:28 +00:00
Update start-deployAirplane (#960)
This commit is contained in:
parent
80a8ce8a46
commit
ca80b4730f
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ if [ "${VERSION}" = "1.17" ]; then
|
|||
log "AIRPLANE 1.17 IS IN BETA, AND IS NOT YET PRODUCTION-READY. USE AT YOUR OWN RISK!!!"
|
||||
fi
|
||||
|
||||
if [ "${VERSION}" = "1.17.1" ]; then
|
||||
AIRPLANE_BRANCH="1.17.1"
|
||||
log "AIRPLANE 1.17.1 IS IN BETA, AND IS NOT YET PRODUCTION-READY. USE AT YOUR OWN RISK!!!"
|
||||
fi
|
||||
|
||||
if [ "${VERSION}" = "PURPUR" ]; then
|
||||
AIRPLANE_BRANCH="Purpur-1.16"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue