Skip to content

Commit

Permalink
Final 1.19.3 Release
Browse files Browse the repository at this point in the history
- Upgrade Paper from 1.19.3-345 to 1.19.3-448
- Upgrade Forge from 1.19.3-44.0.30 to 1.19.3-44.1.23
- Upgrade Fabric from 0.11.1 to 0.11.2
- Fix fabric download
  • Loading branch information
Cat5TV authored Mar 26, 2023
1 parent 810a6ae commit ab8f942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -518,15 +518,15 @@ if [[ $? == 0 ]]; then
F)
# https://fabricmc.net/use/
flavor="Fabric"
url="https://maven.fabricmc.net/net/fabricmc/fabric-installer/0.11.1/fabric-installer-0.11.1.exe"
url="https://maven.fabricmc.net/net/fabricmc/fabric-installer/0.11.2/fabric-installer-0.11.2.jar"
jarname="fabric-server-launch.jar"
switches="server -mcversion ${mcver} -downloadMinecraft"
;;
R)
# https://files.minecraftforge.net/net/minecraftforge/forge/
flavor="Forge"
if [[ $mcver == "1.19.3" ]]; then
url="https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.3-44.0.30/forge-1.19.3-44.0.30-installer.jar"
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
url="https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-43.2.1/forge-1.19.2-43.2.1-installer.jar"
elif [[ $mcver == "1.19" ]]; then
Expand Down Expand Up @@ -555,7 +555,7 @@ if [[ $? == 0 ]]; then
# https://papermc.io/downloads
flavor="Paper"
if [[ $mcver == "1.19.3" ]]; then
url="https://api.papermc.io/v2/projects/paper/versions/1.19.3/builds/345/downloads/paper-1.19.3-345.jar"
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
url="https://api.papermc.io/v2/projects/paper/versions/1.19.2/builds/307/downloads/paper-1.19.2-307.jar"
elif [[ $mcver == "1.19" ]]; then
Expand Down

0 comments on commit ab8f942

Please sign in to comment.