Jump to content

Will current mods for 1.12.2 be able to run in 1.13?


Recommended Posts

Mojang made a tremendous amount of changes under the hood for 1.13 (not just update aquatic), which means that Lex and the team will also have to do a tremendous amount of work to release a Forge version compatible with 1.13.  That also means that most mods will need updated as well, whenever that version is released.  No pressure to Lex.  ?

  • Haha 1
Link to comment
Share on other sites

  • 2 weeks later...

Mods always need to be updated to work with new versions, because they depend upon bits of the Minecraft source code, and the Minecraft source code changes with each update. It's rare to have none of Mojang's changes affect your mod. But even more than that, don't forget: before Minecraft 1.13 was the Update Aquatic, it was first the Technical Update. It used to be that 1.13 was the Technical Update, and 1.14 was the Update Aquatic. But then the two updates got merged into one, blah blah blah, and now here we are.

I mention all this because the Technical Update, as its name suggested, changed a lot of the core Minecraft code, more than usual. The command system was totally rewritten, so any mods that added or used commands will break from that alone. But even worse (better?), the Flattening happened. Block and item IDs were removed. Block data values were removed. All identifiers are now strings, and all extra block data that doesn't require processing is now a block state with no backwards compatibility for numerical metadata. (I mean, to be fair, it's been 5 versions since block states were introduced, so it's about time the transitional period ended.) Which means any mod that adds, removes, or interacts with blocks or items must be updated.

So unless you have a mod that does nothing with commands, blocks, or items, you're guaranteed to have to update it. And there's no promise that even if you have such a limited mod, you won't have to update, because there are many more changes under the hood than what I've mentioned (for instance, item entities now behave differently, too, so some entity code would need to change as well!).

  • Like 1

Whatever Minecraft needs, it is most likely not yet another tool tier.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.