Posted March 21, 20187 yr I'm trying to compile an open source plugin in order to support storing it's data in my mysql database, I've got everything working, except that my eclipse project can't find the classpath for net.minecraft.nbt.NBTTagCompound See the attached image of my build path: https://i.imgur.com/WyBTt71.png Please tell me what I'm doing wrong
March 21, 20187 yr Author Nevermind, I think the problem is that my forge project wasn't called "Forge" in eclipse.
March 21, 20187 yr Author Nope still getting the error, I've included forge into the build path of the project and I'm still having this error: The project was not built since its build path is incomplete. Cannot find the class file for net.minecraft.nbt.NBTTagCompound. Fix the build path then try building this project
March 21, 20187 yr Author Okay I fixed it by manually copying the classpath entries from the default forge mod project into my project's classpath, if there is an easier method of doing this please let me know.
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.