mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 14:22:27 +00:00
update curseforge urls
This commit is contained in:
parent
ede30188b0
commit
73843ec783
1 changed files with 4 additions and 2 deletions
|
@ -35,9 +35,11 @@ if [[ $startScriptCount = 0 ]]; then
|
||||||
srv_modpack=${FTB_SERVER_MOD}
|
srv_modpack=${FTB_SERVER_MOD}
|
||||||
if isURL ${srv_modpack}; then
|
if isURL ${srv_modpack}; then
|
||||||
case $srv_modpack in
|
case $srv_modpack in
|
||||||
https://www.feed-the-beast.com/*/download|https://minecraft.curseforge.com/*/download)
|
https://www.feed-the-beast.com/*/download|https://www.curseforge.com/minecraft/modpacks/*/download/*/file)
|
||||||
;;
|
;;
|
||||||
https://www.feed-the-beast.com/*|https://minecraft.curseforge.com/*)
|
https://www.curseforge.com/minecraft/modpacks/*/download/*)
|
||||||
|
srv_modpack=${srv_modpack}/file;;
|
||||||
|
https://www.feed-the-beast.com/*)
|
||||||
srv_modpack=${srv_modpack}/download;;
|
srv_modpack=${srv_modpack}/download;;
|
||||||
esac
|
esac
|
||||||
file=$(basename $(dirname $srv_modpack))
|
file=$(basename $(dirname $srv_modpack))
|
||||||
|
|
Loading…
Reference in a new issue