Jump to content

Mod supporting several versions


CrazyGriefer1337

Recommended Posts

Hello,

 

I saw that the XRay mod supports several versions with a single jarfile. How is that possible?

I thought that there were atleast some incompatible changes between versions?

But of course, maybe it's because the XRay mod doesn't add any new blocks, it just adds... xray.

Thanks,

~CrazyGriefer1337

 

PS: I am not very experienced with Java at all, so just ignore if I ask dumb questions, I don't mean to troll, even if it looks like that sometimes.

Link to comment
Share on other sites

The acceptedMinecraftVersions property of your @Mod annotation controls which versions of Minecraft your mod will be allowed to load on.

 

If you don't reference any classes, methods or fields that have changed between the versions you want to support, it's entirely possible for the mod to work in multiple versions.

 

That said, very few mods are able to do this.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

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.