Add javaversion to java eggs. (#3518)
Co-authored-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
parent
81c788f524
commit
0074c84001
7 changed files with 16 additions and 13 deletions
|
@ -9,7 +9,8 @@
|
|||
"author": "support@pterodactyl.io",
|
||||
"description": "Minecraft is a game about placing blocks and going on adventures. Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles. Play in Creative Mode with unlimited resources or mine deep in Survival Mode, crafting weapons and armor to fend off dangerous mobs. Do all this alone or with friends.",
|
||||
"features": [
|
||||
"eula"
|
||||
"eula",
|
||||
"java_version"
|
||||
],
|
||||
"images": [
|
||||
"ghcr.io\/pterodactyl\/yolks:java_8",
|
||||
|
@ -51,4 +52,4 @@
|
|||
"rules": "required|string|between:3,15"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue