Mod dependencies and Version numbering

Started by Rebuilt on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mod dependencies and Version numbering

I'm aware there have been several forums talking about this but I need to know how to:

Include mod dependency name (Ie. moremcmeta_emissive_plugin -> MoreMcmeta Emissive Textures Plugin) *(If possible)

Include mod dependency version

Now I have fixed the version issue of the version being auto set to 0 every time you compile the mod but you have to export the mod, convert to .zip, extract .zip, go to the meta-inf folder, find mods.toml, edit the version, and then convert to zip, change to jar.

There has to be a better way to do this right?

Also I'm using Mcreator 2025.2, Forge 1.20.1

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to mess with custom…
Sun, 03/15/2026 - 13:04

You need to mess with custom code or the file explorer, or have a plugin. (Plugins can define version ranges, but not the end user)