minecraft icon indicating copy to clipboard operation
minecraft copied to clipboard

More Java versions for eggs using Java yolks

Open 4ngel2769 opened this issue 1 year ago • 8 comments

Description

Added newer (and older) java versions to support newer versions of Minecraft for all eggs using a Java yolk.

Checklist for all submissions

  • [x] Have you followed the guidelines in our Contributing document?
  • [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • [x] Have you tested and reviewed your changes with confidence that everything works?
  • [ ] Did you branch your changes and PR from that branch and not from your master branch?
    • If not, why?: -
  • [ ] You verify that the start command applied does not use a shell script
    • [ ] If some script is needed then it is part of a current yolk or a PR to add one
  • [x] The egg was exported from the panel

Start scripts weren't modified

4ngel2769 avatar May 24 '24 10:05 4ngel2769

Please also export all the changes from a panel. So the timestamp updates.

QuintenQVD0 avatar May 24 '24 15:05 QuintenQVD0

The existing LTS releases fill the gaps just fine. I'm not aware of any Minecraft versions that solely rely on non-LTS releases?

trenutoo avatar May 25 '24 12:05 trenutoo

@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.)

4ngel2769 avatar May 25 '24 12:05 4ngel2769

This should get merged, latest Minecraft version requires Java 21

hafometh88 avatar Jun 11 '24 14:06 hafometh88

Please also export all the changes from a panel. So the timestamp updates.

Do the time-stamps affect the eggs in any way?

4ngel2769 avatar Jun 11 '24 15:06 4ngel2769

Please also export all the changes from a panel. So the timestamp updates.

Do the time-stamps affect the eggs in any way?

If a update feature comes to pelican then yes.

QuintenQVD0 avatar Jun 11 '24 18:06 QuintenQVD0

@QuintenQVD0 the eggs have been exported with timestamps

4ngel2769 avatar Jun 14 '24 13:06 4ngel2769

The only important and recommended Java versions you’ll ever need are:

  • Java 8
  • Java 11
  • Java 16 (17 preferred)
  • Java 17
  • Java 21

Java 19 is unnecessary, as even Minecraft doesn’t use this version. many plugins/mods don't even support it

Lovinoes avatar Aug 25 '24 21:08 Lovinoes