Posted January 8, 20205 yr The import net.minecraft.item.ItemSword cannot be resolved hello. i've been getting this error for the past few days and i couldn't find anything on the internet about it. i'm working with minecraft 1.14.4 and this isn't a problem i was having when working in 1.12. i've setup the project, saw that it didn't work, deleted all the project files (also deleted the .gradle folder in the users directory) and tried setting it up again. i went through this process about 5 times. there is really not much code i can share since it's a new project with not much added. i've run "gradlew Eclispe" but i also tried the "gradlew genEclipseRuns". same result every single time. please help i'm losing my sanity, thank you Edited January 8, 20205 yr by wYvern idk why text has black background, whatever
January 8, 20205 yr If you spent 15 seconds looking at the net.minecraft.items package you'd notice that all the classes are FooItem, not ItemFoo. that is You want SwordItem not ItemSword. 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.
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.