Posted February 19, 20187 yr 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 February 19, 20187 yr by TheRPGAdventurer
February 19, 20187 yr 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 February 19, 20187 yr by Tarista
February 20, 20187 yr Author 10 hours ago, Tarista said: Also the latest version is 1.7.9-1.12.2 If it wasn't working the llibrary owner adviced me to use 1.7.7
February 20, 20187 yr Author 10 hours ago, Tarista said: 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 DAFAQ!
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.