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:
		| @@ -8,9 +8,15 @@ | ||||
|     "name": "Tekkit", | ||||
|     "author": "contact@zennodes.dk", | ||||
|     "description": "Tekkit is set to reignite the same sort of wonder and awe that we all received from booting up Minecraft for the first time. With the skies open, the moon ready to be colonized (by force if need be) and dimensional mysteries to be plied, with tesseracts to be networked, \u201cmeat\u201d to be processed, items to be digitized, and power suits to be manufactured, there is virtually limitless engineering projects to be assembled.", | ||||
|     "features": null, | ||||
|     "features": [ | ||||
|         "eula", | ||||
|         "java_version" | ||||
|     ], | ||||
|     "images": [ | ||||
|         "quay.io\/pterodactyl\/core:java" | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_8", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_11", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_16", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_17" | ||||
|     ], | ||||
|     "file_denylist": [], | ||||
|     "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar Tekkit.jar", | ||||
|   | ||||
| @@ -8,9 +8,15 @@ | ||||
|     "name": "Tekkit Classic", | ||||
|     "author": "geoffrey@remedygaming.net", | ||||
|     "description": "Created by the Technic team, Tekkit Classic is a modpack for the record breaking sandbox construction game Minecraft. \r\nIt brings together some of the best mods from the Minecraft community for automating, industrializing and powering your worlds and bundles them into one easy download!", | ||||
|     "features": null, | ||||
|     "features": [ | ||||
|         "eula", | ||||
|         "java_version" | ||||
|     ], | ||||
|     "images": [ | ||||
|         "quay.io\/pterodactyl\/core:java" | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_8", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_11", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_16", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_17" | ||||
|     ], | ||||
|     "file_denylist": [], | ||||
|     "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar Tekkit.jar", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user