Jump to content

Enator18

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Enator18

  1. can someone show me what a properly set up forge 1.15 project looks like in the libraries tab in build path setup?
  2. huh, il try some of these things. Although I don't understand how they will help. Some tutorials have showed doing something with environment variables when installing the jdk, I already have jdk installed but didnt do this, do I have to do this?
  3. This is what it says in the build path configuration
  4. I set up a new forge project in 1.15.2 for the first time. Copied MDK to a new folder, ran gradlew genEclipseRuns and gradlew eclipse, Imported the folder to eclipse as a java project (for the record, i tried it as a gradle project and the same thing happened) and it gave me the following error in the problems section, and nothing from forge works: 'PowerApples' is missing required library: 'C:\Users\REDACTED\Desktop\Java Workspaces\PowerApples\unresolved dependency - net.minecraftforge forge 1.15.2-31.2.31_mapped_snapshot_20200514-1.15.1'
  5. I think i found the source of the problem. I went into the build path configuration and found this, how do i fix. This is after doing gradlew genEclipseRuns and gradlew eclipse then importing it as a java project (i have tried it as a gradle project and i have the same problem.)
  6. Thanks for the help. 🙂
  7. How do I give items or armor an attribute modifier. I want to make armor that gives you extra hearts. How would I do this
  8. i removed the gradlew eclipse and gradlew genEclipseRuns and readded the project and nothing got fixed
  9. It gives no errors when doing these but nothing changed.
  10. I did exactly as you detailed, and I got a slightly better result but still didn't work. I went into the examplemod and it didn't recognize any of the forge stuff, but then i did ctrl+shift+o and it imported everything, but then didn't recognize the imports that it just created.
  11. As you can see, there is no referenced libraries, and i can't do any forge stuff
  12. I did this, and yet there is no forge api
  13. It won't let me import a file as a gradle project, only a directory
  14. So I just posted a thread about having trouble with my 1.12.2 forge setup and the post was closed bc it is aparently not supported on this forum. The old post can be found here: I now tried the same thing again with 1.15 and the same thing happened, now can you help me?
  15. I have been having a ton of trouble setting up forge 1.12.2 with eclipse. I did it back in 1.7.10 but it seems like much has changed since then. I was following a page that said not to do gradlew setupdecompworkspace (Which wasn't working for me) and to do gradlew genEclipseRuns then import it as a gradle project. This seemed to work except that there were no referenced libraries so nothing from forge was recognised. Help?
×
×
  • Create New...

Important Information

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