Add javaversion to java eggs. (#3518)

Co-authored-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
Charles Morgan 2021-08-03 23:11:45 -04:00 committed by GitHub
parent 81c788f524
commit 0074c84001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 13 deletions

View file

@ -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"
}
]
}
}