Egg Repository

Pterodactyl Community Egg Repository

The 1.12.2 Pack

The 1.12.2 Pack

Read Me

Minecraft: The 1.12.2 Pack

https://www.technicpack.net/modpack/the-1122-pack.1406454

Server Ports

The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.

Port default
Game 25565

Egg is based on the "1.7.10 Pack"-Egg

Yolks
NameTag
ghcr.io/ptero-eggs/yolks:java_8ghcr.io/ptero-eggs/yolks:java_8
Variables
NameDescriptionEnvironment VariableDefault ValueUser ViewableUser Editable
Modpack VersionVersion of the modpack to useMODPACK_VERSION1.5.5YesYes
Install Script
#!/bin/ash
# Forge Installation Script
#
# Server Files: /mnt/server

cd /mnt/server

curl -sS http://solder.endermedia.com/repository/downloads/the-1122-pack/the-1122-pack_$MODPACK_VERSION.zip -o the-1122-pack_$MODPACK_VERSION.zip

unzip the-1122-pack_$MODPACK_VERSION.zip

rm -rf the-1122-pack_$MODPACK_VERSION.zip

## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"