bump forge version in serverpack
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
$GAME_VERSION = "1.20.1"
|
$GAME_VERSION = "1.20.1"
|
||||||
$FORGE_VERSION = "1.20.1-47.2.0"
|
$FORGE_VERSION = "1.20.1-47.3.6"
|
||||||
$FINDME_VERSION = "1.20.1-3.2.1d"
|
$FINDME_VERSION = "1.20.1-3.2.1d"
|
||||||
|
|
||||||
$PACK_URI = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/main/pack.toml"
|
$PACK_URI = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/main/pack.toml"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
FORGE_VERSION="1.20.1-47.2.0"
|
FORGE_VERSION="1.20.1-47.3.6"
|
||||||
|
|
||||||
# Ensure java is installed
|
# Ensure java is installed
|
||||||
if ! command -v java >/dev/null 2>&1; then
|
if ! command -v java >/dev/null 2>&1; then
|
||||||
|
|||||||
Reference in New Issue
Block a user