Tekkit Legends

Games
Report Issue

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

Contributors:
README

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.

Port default
Game 25565
Docker Images (1)
Name Image
ghcr.io/ptero-eggs/yolks:java_8 ghcr.io/ptero-eggs/yolks:java_8
Startup Command
java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar TekkitLegends.jar
Variables (1)

Modpack Version

Version of the modpack to use

Environment:
MODPACK_VERSION
Default:
1.1.1
User Viewable:
User Editable:
Rules:
required|string|max:20
Installation Script
Container: ghcr.io/ptero-eggs/installers:alpine
Entrypoint: ash
#!/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 "-----------------------------------------"