Jump to content

I want my mod to use a dependecy in the main class using the forge version I coded it.


TheRPGAdventurer

Recommended Posts

@Mod(
    dependencies = "required-after:llibrary@[" + RealmOfTheDragons.LLIBRARY_VERSION + ",)",
    modid = RealmOfTheDragons.MODID,
    name = RealmOfTheDragons.NAME,
    version = RealmOfTheDragons.VERSION,
    useMetadata = true,
    guiFactory = RealmOfTheDragons.GUI_FACTORY
)

 

I want to use two dependencies one for llibrary and one for the forge version I am using. How do I call the forge version I coded my mod? People just keep complaining about their game crashing and it turns out they just didnt update their forge yet.

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.