[Answered] Best way to work on multiple Minecraft versions for a mod?

Started by Sajevius on

Topic category: Help with modding (Java Edition)

Last seen on 08:14, 28. Nov 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Answered] Best way to work on multiple Minecraft versions for a mod?
Wed, 04/07/2021 - 10:16 (edited)

I have a question for the more experienced modders that I've really been meaning to ask. as the title says, what's the best possible way to work on multiple Minecraft versions for one mod? let's say for example I made one for 1.15.2, but I wanted to let it support 1.16.5 and​​​​ I'll still work on the 1.15.2 versions. so that when I release it, I would release both editions and thus it would look similar to this:

  • ExampleMod v1.0.0 (for 1.15.2)
  • ExampleMod v1.0.0 (for 1.16.5)

I want to work on both versions, and I wanna know how you can have the same mod elements between the two workspaces.  or, is there a better way than that? I've been scratching my head for long, trying to find out how I could do this but somehow I can't wrap my head around it. so what's the most efficient way to do this?

thanks in advance! :)

Edited by Sajevius on Wed, 04/07/2021 - 10:16
Make mod for 1.15.2 and then…
Wed, 04/07/2021 - 08:09

Make mod for 1.15.2 and then switch version to 1.16.5 to export 1.16.5 variant and then back to 1.15.2 to work on the mod again.

I always suggest taking the lowest version as the base for better backward compatibility when targeting more versions.

Also, check https://www.youtube.com/watch?v=mGJOIOGTzmw&list=PLAeL-oIFIEngE6jRgFYeF…

Last seen on 08:14, 28. Nov 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I see. I feel quite guilty…
Wed, 04/07/2021 - 09:28

I see. I feel quite guilty that I haven't checked that video before, haha. but thanks for the detailed help, Klemen! ^_^