Egg Repository

Pterodactyl Community Egg Repository

Tekkit Legends

The ancient power of Tekkits past return in this legendary pack! Wield the philosopher's stone, ride the rails, breed the bees, and much, much more! This pack will remind you of what you've always loved about Tekkit, while bringing you new mods to discover and enjoy! https://www.technicpack.net/modpack/tekkit-legends.735902

Read Me

Minecraft: Tekkit Legends

Server Ports

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

Portdefault
Game25565
Yolks
NameTag
ghcr.io/ptero-eggs/yolks:java_8ghcr.io/ptero-eggs/yolks:java_8
Variables and Startup

Startup Command

java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar TekkitLegends.jar

Variables

Modpack Version

Version of the modpack to use

Environment Variable: MODPACK_VERSION
Default Value: 1.1.1
User Viewable:
User Editable:
Install Script
#!/bin/ash
# Forge Installation Script
#
# Server Files: /mnt/server

cd /mnt/server

curl -sS https://servers.technicpack.net/Technic/servers/tekkit-legends/Tekkit_Legends_Server_v$MODPACK_VERSION.zip -o TekkitLegends_$MODPACK_VERSION.zip

unzip TekkitLegends_$MODPACK_VERSION.zip

rm -rf TekkitLegends_$MODPACK_VERSION.zip

## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"
Installation Imageghcr.io/ptero-eggs/installers:alpineInstallation Entrypointash