Jump to content

gomalley411

Members
  • Posts

    2
  • Joined

  • Last visited

gomalley411's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. For some reason whenever I run the "import Existing Gradle Project" function in Eclipse it doesn't import any of the special tasks I wrote on my build.gradle. My build.gradle: I successfully ran ./gradlew build, but when I tried to run ./gradlew eclipse --warning-mode all --stacktrace, this message showed up in my terminal: What should I do?
  2. I'm nearly done making my first ever Forge mod, but for some reason I can only run it out of Eclipse. Whenever I try and run it out of the launcher it says that it's unable to connect to the authentication server. I asked around on Reddit and they told me to make sure I wrote my ClientProxy, ServerProxy and CommonProxy classes. What can I do to fix this? Here's my CommonProxy file:
×
×
  • Create New...

Important Information

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