Skip to content

Commit

Permalink
Final 1.19.4 Upgrades
Browse files Browse the repository at this point in the history
Upgrade Paper from 1.19.4-538 to 1.19.4-550
Upgrade Forge from 1.19.4-45.0.64 to 1.19.4-45.1.0
Prepare to move to Minecraft 1.20.1
  • Loading branch information
Cat5TV authored Jun 14, 2023
1 parent 5d7e292 commit d35ece4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ if [[ $? == 0 ]]; then
# https://files.minecraftforge.net/net/minecraftforge/forge/
flavor="Forge"
if [[ $mcver == "1.19.4" ]]; then
url="https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.4-45.0.64/forge-1.19.4-45.0.64-installer.jar"
url="https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.4-45.1.0/forge-1.19.4-45.1.0-installer.jar"
elif [[ $mcver == "1.19.3" ]]; then
url="https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.3-44.1.23/forge-1.19.3-44.1.23-installer.jar"
elif [[ $mcver == "1.19.2" ]]; then
Expand Down Expand Up @@ -559,7 +559,7 @@ if [[ $? == 0 ]]; then
# https://papermc.io/downloads
flavor="Paper"
if [[ $mcver == "1.19.4" ]]; then
url="https://api.papermc.io/v2/projects/paper/versions/1.19.4/builds/538/downloads/paper-1.19.4-538.jar"
url="https://api.papermc.io/v2/projects/paper/versions/1.19.4/builds/550/downloads/paper-1.19.4-550.jar"
elif [[ $mcver == "1.19.3" ]]; then
url="https://api.papermc.io/v2/projects/paper/versions/1.19.3/builds/448/downloads/paper-1.19.3-448.jar"
elif [[ $mcver == "1.19.2" ]]; then
Expand Down

0 comments on commit d35ece4

Please sign in to comment.