Posted March 29, 20205 yr I'm just starting with minecraft modding but everywhere I go I find outdated questions and tutorials. I made my mod projokt(eclipse) and opened the examplemod.java. But the 'net' in import net.minecraft.... is underlined red. It sais 'The import net cannot be resolved'. I use 1.15.2 pls help and if you can link a good modding tutorial pls! Edit:I'll just use IntelliJ.It's easier to setup. Edited March 31, 20205 yr by me1 i give up
March 29, 20205 yr Well, that sounds like an issue with the dependencies... Quote README.txt "If at any point you are missing libraries in your IDE, or you've run into problems you can run "gradlew --refresh-dependencies" to refresh the local cache. "gradlew clean" to reset everything {this does not affect your code} and then start the processs again."
March 29, 20205 yr Author @Mixu_78no. It doesn't work. Says something like 'cannot find setupDecompWorkspace'. I read somewhere that it is outdated.
March 29, 20205 yr I've only ever used 1.12.2 so esh. But why genEclipseRuns? What if they use IntelliJ? And isn't that task for making the runs for the mod? Hoio
March 29, 20205 yr Quote @Mixu_78 I've only ever used 1.12.2 so esh. But why genEclipseRuns? What if they use IntelliJ? And isn't that task for making the runs for the mod? You can read all of this in the README.txt file in your mod directory. Edited March 29, 20205 yr by Budschie
March 29, 20205 yr Did you import the mod directory as an existing gradlew project into eclipse? "gradlew eclipse" doesn't seem to work anymore. Edited March 29, 20205 yr by Budschie
March 29, 20205 yr Author @Budschiei used gradlew eclipse... where do you get a existing project from?
March 29, 20205 yr 1. Create an folder outside of your mod directory. 2. Open that folder in eclipse. 3. Choose File -> Import -> Gradle -> Existing Gradle Project -> Set the project root directory to your mod directory (not your newly created folder) 4. Click on Finish.
March 29, 20205 yr Author @BudschieI did everything how you described. It still is the same in both versions(The original and the one in the new Folder).
March 29, 20205 yr Author @BudschieI didn't write any code, it's the ExampleMod. Also: other imorts(like java.awt) still work. But here is an image:
March 29, 20205 yr 1 hour ago, me1 said: @Budschieps: I reference no librarys Well you should because that's where all of the vanilla code lives. In your project view window there should be a place called "referenced libraries" and it should contain about 50-60 items. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 2, 20205 yr I have the same problem as @me1 and dont find anything that is "referenced libraries" in the package explorer. What will i have to add to the build bath to get it working. thanks for help🙂 Edited July 2, 20205 yr by Nick_Bomberator
January 18, 20214 yr What u mean exactly by that? @Nick_Bomberator Edited January 18, 20214 yr by Taknax
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.