Jump to content

MDK example is missing required library (Llibrary lexmanos)


TheRPGAdventurer

Recommended Posts

So I tried installing llibrary in my MDK and added this snippet at the build.gradlew but it appears I am missing Lli

repositories {
    maven {
        url "https://maven.mcmoddev.com/"
    }
}

dependencies {
    compile "net.ilexiconn:llibrary:1.7.7-1.11.2:dev"
}

I didnt have this issue before but when I open eclipse i get a red exclamation mark (!) on MDKExample and get this error

 

Description    Resource    Path    Location    Type
Project 'MDKExample' is missing required library: 'C:\Users\win7\Desktop\Coding\1.12\ROTD\unresolved dependency - net.ilexiconn llibrary 1.7.7-1.11.2'    MDKExample        Build path    Build Path Problem

 

Does Llibrary automatically adds it's library when I add the snippet at the build file and run gradlew setupdecompworkspace or I have to do it manually?
 

Edited by TheRPGAdventurer
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.