this post was submitted on 18 Feb 2026
75 points (97.5% liked)

PC Gaming

14109 readers
435 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 2 years ago
MODERATORS
all 12 comments
sorted by: hot top controversial new old
[–] circuitfarmer@lemmy.world 38 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

There are a lot of modpacks which are already tied to specific versions of the Minecraft client. Unless I'm missing something, those would be unaffected. What is affected are mods targeting the bleeding edge builds of the game. I expect that the longer effect, if any, is reduced mod support for those newer builds.

But as for this:

While Windows and Linux machines, with GPUs that are less than 10 years old, can run Vulkan just fine, macOS doesn't officially support this API either

Lol apple

[–] lvxferre@mander.xyz 14 points 2 weeks ago (1 children)

AFAIK all modpacks are made for specific versions of Minecraft, so the current modpacks are completely unaffected. And even for future modpacks, the modpack creator doesn't need to care too much about this, since it'll affect the mods directly. (A modpack is, like the name says, just a pack of mods stitched together and glued with some configs.)

Plus popular modpacks are often for extremely old MC versions; for example a lot of people still run modpacks made for 1.16.5 (4yo), 1.12.2 (8yo), or even 1.7.10 (12yo).

[–] FreeBooteR69@lemmy.ca 2 points 2 weeks ago

Yup, i use Prism launcher or Atlauncher and play a number of modpacks mostly older versions. It's no biggie.

[–] MonkderVierte@lemmy.zip 6 points 2 weeks ago (1 children)

Ah right, they hard forked Vulkan and then called it something else, just for the fuck you.

[–] buddascrayon@lemmy.world 3 points 2 weeks ago

With compatibility layers being what they are these days I don't think it's going to be too much of a problem.

[–] lvxferre@mander.xyz 16 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

"Switching from OpenGL to Vulkan will have an impact on the mods that currently use OpenGL for rendering, and we anticipate that updating from OpenGL to Vulkan will take modders more effort than the updates you undertake for each of our releases," explains Mojang. "To start with, we recommend our modding community look at moving away from OpenGL usage."

Question: how much does your typical content mod decide what's going to be rendered? Is this something typically handled by Fabric/Quilt/[Neo]Forge?

Because I can quite guess OptiFine and the likes will need a lot of elbow grease, but I'm not sure about the rest.

[–] ChairmanMeow@programming.dev 12 points 2 weeks ago

Sodium, Optifine, Iris, Distant Horizons etc... will likely require a lot of work. But the people maintaining those are genuinely geniuses.

For regular mods a lot is handled by FRAPI or Forge.

[–] gagootron@feddit.org 3 points 2 weeks ago

I guess that mods like create (and all the addons made by many people) would need some effort. create has it own rendering system called flywheel that it needs for all the animated contraptions.

[–] BurgerBaron@piefed.social 8 points 2 weeks ago

The game is so insane popular the modders will adapt or new ones with appear even if it's a huge pain in the ass. Since they still support installing old versions of the game it's not so dire.

[–] chicken@lemmy.dbzer0.com 3 points 2 weeks ago

If they have to put in all this effort to port their mods to Microsoft's new code, what about also porting them to an open source alternative

[–] Rentlar@lemmy.ca 2 points 2 weeks ago

Might make some mods that support multiple versions stop at 1.20.1 but any new ones will be fine on the new ones, various API, helper mods, and surely some OpenGL->Vulkan translation ones will come in as needed.