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 Forge Server. Minecraft Forge is a modding API (Application Programming Interface), which makes it easier to create mods, and also make sure mods are compatible with each other.",
|
||||
"features": [
|
||||
"eula"
|
||||
"eula",
|
||||
"java_version"
|
||||
],
|
||||
"images": [
|
||||
"ghcr.io\/pterodactyl\/yolks:java_8",
|
||||
|
@ -69,4 +70,4 @@
|
|||
"rules": "nullable|string|max:20"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue