me1 Posted March 29, 2020 Posted March 29, 2020 (edited) 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, 2020 by me1 i give up Quote
Budschie Posted March 29, 2020 Posted March 29, 2020 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." Expand Quote
me1 Posted March 29, 2020 Author Posted March 29, 2020 @Mixu_78no. It doesn't work. Says something like 'cannot find setupDecompWorkspace'. I read somewhere that it is outdated. Quote
Budschie Posted March 29, 2020 Posted March 29, 2020 @Mixu_78 It's now called "genEclipseRuns"! Quote
Budschie Posted March 29, 2020 Posted March 29, 2020 You can just look this up in the README.txt file. Quote
Mixu_78 Posted March 29, 2020 Posted March 29, 2020 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? Quote Hoio
Budschie Posted March 29, 2020 Posted March 29, 2020 (edited) 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? Expand You can read all of this in the README.txt file in your mod directory. Edited March 29, 2020 by Budschie Quote
Mixu_78 Posted March 29, 2020 Posted March 29, 2020 @me1 Are you using IntelliJ or Eclipse Quote Hoio
Budschie Posted March 29, 2020 Posted March 29, 2020 (edited) Did you import the mod directory as an existing gradlew project into eclipse? "gradlew eclipse" doesn't seem to work anymore. Edited March 29, 2020 by Budschie Quote
me1 Posted March 29, 2020 Author Posted March 29, 2020 @Budschiei used gradlew eclipse... where do you get a existing project from? Quote
Budschie Posted March 29, 2020 Posted March 29, 2020 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. Quote
me1 Posted March 29, 2020 Author Posted March 29, 2020 @BudschieI did everything how you described. It still is the same in both versions(The original and the one in the new Folder). Quote
Budschie Posted March 29, 2020 Posted March 29, 2020 Can I see the code (of the new version)? Maybe it's just a little syntax error? Quote
me1 Posted March 29, 2020 Author Posted March 29, 2020 @BudschieI didn't write any code, it's the ExampleMod. Also: other imorts(like java.awt) still work. But here is an image: Quote
me1 Posted March 29, 2020 Author Posted March 29, 2020 @BudschieWhat do you mean by "reference librarys"? Quote
Mixu_78 Posted March 29, 2020 Posted March 29, 2020 Tried reimporting the project after running genEclipseRuns? Quote Hoio
Draco18s Posted March 29, 2020 Posted March 29, 2020 On 3/29/2020 at 6:34 PM, me1 said: @Budschieps: I reference no librarys Expand 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. Quote 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.
Nick_Bomberator Posted July 2, 2020 Posted July 2, 2020 (edited) 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, 2020 by Nick_Bomberator Quote
Taknax Posted January 18, 2021 Posted January 18, 2021 (edited) What u mean exactly by that? @Nick_Bomberator Edited January 18, 2021 by Taknax Quote
Recommended Posts
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.