Jump to content

pdglobal

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by pdglobal

  1. Thanks, it's working now.
  2. Hello all, I have modified an open source project (Universal Market) to work with a mysql database instead of sqlite, and the script is now sucesfully writing the NBT data to my database, however it is throwing an error when I try to bring up the market menu in game. Here is the error: https://pastebin.com/nqxRUXVk and here is the offending code: https://gist.github.com/pdglobal/089b48b1ea0612a327b81488fed952b0 Please note I'm a total noob to making mods/plugins, could someone please point out what is going wrong here, and how to fix it to work with the latest version of minecraft?
  3. 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.
  4. 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
  5. Nevermind, I think the problem is that my forge project wasn't called "Forge" in eclipse.
  6. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.