Jump to content

(1.12) Issues with Llibrary not downloading


TheRPGAdventurer

Recommended Posts

So I tried to install Llibrary 1.7.7 for 1.12 adding the dependencies (code below) on my build.gradle on dependencies and I get this error on the problems section in eclipse:

Description Resource Path Location Type Project 'MDKExample' is missing required library: 'C:\Users\*****\Desktop\Coding\1.12\ROTD\unresolved dependency - net.ilexiconn llibrary 1.7.7-1.12' MDKExample Build path Build Path Problem
repositories {
	mavenCentral()
	maven {
		url = "https://maven.mcmoddev.com"
	}
    maven {
        url = "http://dvs1.progwml6.com/files/maven"
    }
}

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

Also I am not seeing classes as imports from the Llibrary files Like AbstractMessage or  AdvancedModelRenderer exists as if it wasn't downloaded.

I also get errors like Could not resolve dependency net.ilexiconn llibrary 1.7.7-1.12 whenever I rerun gradlew setupdecompworkspace eclipse on the command prompt

Also the url:"https://maven.mcmoddev.com" cannot be accessed through browser unlike other working libraries

 

Do I need to do something manually while installing Llibrary? It's thread on curseforge said that All I have to do is add the code above on my build.gradle to be integrated on my mod 

I have:  jdk1.8.0_161 and jre1.8.0_161 installed

 

my full build.gradle: https://pastebin.com/QMxUX38j

Edited by TheRPGAdventurer
Link to comment
Share on other sites

2 hours ago, TheRPGAdventurer said:

Also the url:"https://maven.mcmoddev.com" cannot be accessed through browser unlike other working libraries

You might find the issue has been resolved. The server might have just been offline or something. I can now get to that website from the browser. Also the latest version is 1.7.9-1.12.2

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