Egg Repository

Pterodactyl Community Egg Repository

Blightfall

Blightfall is a combination modpack and adventure map about surviving on an alien planet. It uses magic mods and tech mods to create a novel gameplay experience. Can you survive on a world completely covered by Thaumcraft taint? https://www.technicpack.net/modpack/blightfall.592618

Read Me

Minecraft: Blightfall

https://www.technicpack.net/modpack/blightfall.592618/about

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
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_VERSION3.1.1-CEYesYes
Install Script
#!/bin/ash
# Forge Installation Script
#
# Server Files: /mnt/server

cd /mnt/server

curl -sS https://servers.technicpack.net/Technic/servers/blightfall/Blightfall_Server_$MODPACK_VERSION.zip -o Blightfall_$MODPACK_VERSION.zip

unzip Blightfall_$MODPACK_VERSION.zip

rm -rf Blightfall_$MODPACK_VERSION.zip


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