chore(minecraft): update images to Yolks and include feature modals

Updates Minecraft eggs to have the new Yolks images and features for EULA and Java version selector popup modals.
This commit is contained in:
softwarenoob
2021-11-26 02:14:52 +02:00
parent 890fb04b00
commit c2a17a19f4
27 changed files with 184 additions and 102 deletions

View File

@@ -8,12 +8,15 @@
"name": "FTB-modpacks.ch Server",
"author": "runemaster580@gmail.com",
"description": "Since the release of the FTB APP, FTB modpacks are now distributed through modpacks.ch. This egg was developed for support for modpacks that are distributed through this.",
"features": null,
"features": [
"eula",
"java_version"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_8",
"ghcr.io\/pterodactyl\/yolks:java_11",
"ghcr.io\/pterodactyl\/yolks:java_14",
"ghcr.io\/pterodactyl\/yolks:java_16"
"ghcr.io\/pterodactyl\/yolks:java_16",
"ghcr.io\/pterodactyl\/yolks:java_17"
],
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar forge-server.jar",
@@ -68,4 +71,4 @@
"rules": "nullable|string|max:20"
}
]
}
}