Update egg-fabric.json

Add java 19 and 21 to support newer versions of Minecraft (1.20.5+)
This commit is contained in:
angeldev0 2024-05-24 12:31:23 +03:00 committed by GitHub
parent 3de790801d
commit d96e0cb7b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,9 @@
"Java 11": "ghcr.io\/pterodactyl\/yolks:java_11",
"Java 16": "ghcr.io\/pterodactyl\/yolks:java_16",
"Java 17": "ghcr.io\/pterodactyl\/yolks:java_17",
"Java 18": "ghcr.io\/pterodactyl\/yolks:java_18"
"Java 18": "ghcr.io\/pterodactyl\/yolks:java_18",
"Java 19": "ghcr.io\/pterodactyl\/yolks:java_19",
"Java 21": "ghcr.io\/pterodactyl\/yolks:java_21"
},
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
@ -77,4 +79,4 @@
"field_type": "text"
}
]
}
}