StruxaEggs Explorer

Quilt

Game

The Quilt project is an open-source, community-driven modding toolchain designed primarily for Minecraft. By focusing on speed, ease of use and modularity, Quilt aims to provide a sleek and modern modding toolchain with an open ecosystem.

Author: diedyesterdaywashere@gmail.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

java -Xms128M -XX:MaxRAMPercentage=95.0 -jar {{SERVER_JARFILE}} nogui

Docker Images

LabelImage
Java 8ghcr.io/ptero-eggs/yolks:java_8
Java 11ghcr.io/ptero-eggs/yolks:java_11
Java 16ghcr.io/ptero-eggs/yolks:java_16
Java 17ghcr.io/ptero-eggs/yolks:java_17
java 21ghcr.io/ptero-eggs/yolks:java_21
java 22ghcr.io/ptero-eggs/yolks:java_22
Java 25ghcr.io/ptero-eggs/yolks:java_25

Environment Variables

NameVariableDefaultRules
Minecraft Version
Version of Minecraft that will be installed. You can only choose the exact version number, for example "1.20.2", "latest" won't work!
MC_VERSION1.20.2required|string|between:3,15
Server Jar File
The name of the jarfile that will be ran on server launch.
SERVER_JARFILEserver.jarrequired|regex:/^([\w\d._-]+)(\.jar)$/