-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More Java versions for eggs using Java yolks #8
base: main
Are you sure you want to change the base?
Conversation
Add java 19 and 21 to support newer versions of Minecraft (1.20.5+)
Added new (and older) java version for compatibility with older and up to the newest (1.20.6) Minecraft versions. Java 8 up to 21
Please also export all the changes from a panel. So the timestamp updates. |
The existing LTS releases fill the gaps just fine. I'm not aware of any Minecraft versions that solely rely on non-LTS releases? |
@Software-Noob Mc 1.20.5+ relies on Java 21 (lts) which is missing from most eggs (Java 19 is not a requirement for any version of Minecraft but adds more customizability for people who might need it.) |
This should get merged, latest Minecraft version requires Java 21 |
Do the time-stamps affect the eggs in any way? |
If a update feature comes to pelican then yes. |
@QuintenQVD0 the eggs have been exported with timestamps |
The only important and recommended Java versions you’ll ever need are:
Java 19 is unnecessary, as even Minecraft doesn’t use this version. many plugins/mods don't even support it |
Description
Added newer (and older) java versions to support newer versions of Minecraft for all eggs using a Java yolk.
Checklist for all submissions
Start scripts weren't modified