Skip to content

Commit

Permalink
Final 3.7
Browse files Browse the repository at this point in the history
Upgrades:
Paper from 1.20.1-194 to 1.20.1-196
Forge from 1.20.1-47.1.46 to 1.20.1-47.2.1
  • Loading branch information
Cat5TV authored Oct 11, 2023
1 parent f6e58c8 commit 6560c21
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 @@ -530,7 +530,7 @@ if [[ $? == 0 ]]; then
# https://files.minecraftforge.net/net/minecraftforge/forge/
flavor="Forge"
if [[ $mcver == "1.20.1" ]]; then
url="https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.1.46/forge-1.20.1-47.1.46-installer.jar"
url="https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.2.1/forge-1.20.1-47.2.1-installer.jar"
elif [[ $mcver == "1.19.4" ]]; then
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
Expand Down Expand Up @@ -563,7 +563,7 @@ if [[ $? == 0 ]]; then
# https://papermc.io/downloads
flavor="Paper"
if [[ $mcver == "1.20.1" ]]; then
url="https://api.papermc.io/v2/projects/paper/versions/1.20.1/builds/194/downloads/paper-1.20.1-194.jar"
url="https://api.papermc.io/v2/projects/paper/versions/1.20.1/builds/196/downloads/paper-1.20.1-196.jar"
elif [[ $mcver == "1.19.4" ]]; then
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
Expand Down

0 comments on commit 6560c21

Please sign in to comment.