This commit is contained in:
2023-03-23 14:38:51 -07:00
parent 03987e8acb
commit a1d58f1465
7 changed files with 169 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ ENV GAME_PORT=25565
ENV FORGE_URL=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.3-44.1.0/forge-1.19.3-44.1.0-installer.jar
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.19.3/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/forge-1.19.3/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -9,7 +9,6 @@ export DISPLAY=0
echo " "
echo "INFO ! Checking for latest Minecraft Server version."
MC_VERSION=1.19.3
FORGE_VERSION=0.14.18
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/forge-${MC_VERSION}/files/eula.txt
OPS_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/forge-${MC_VERSION}/files/ops.json