I've been working on a project for a while now and committing my updates to my github. However, I lost my existing working directory, and so I'm trying to get a fresh clone from github.
My Github for the project: https://github.com/MarnBeast/EvilDeadCraft
I have gradlew committed, so I theorized that I should simply be able to do the clone through eGit, close eclipse, and run gradlew setupUncompWorkspace and gradlew eclipse on the project I just pulled down. I followed LexManos video
and got Minecraft to run, and I could see my code in eclipse linked to my github repo. No errors. Ho