Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Frequently Asked Questions

Wliu edited this page Jan 25, 2014 · 7 revisions

IMPORTANT: This is the repo's FAQ, if you're looking for the FAQ for EE3 itself, try the Minecraft Forums link in the README.

Q: What's a command line?

A: The command line is at the heart of every operating system. It's Command Prompt for Windows and Terminal for Mac and Linux.


Q: javac or gradle keeps giving me an error!

A: Make sure the locations you typed are correct. For example, if you typed C:\Java for JAVA_HOME, make sure C:\Java exists, and there's a bin folder inside of it.


Q: Gradle keeps saying BUILD FAILED and I don't know how to fix it!

A: Make sure you executed gradle setupDevWorkspace. If you already did, try doing it again. If it still fails, try gradle setupDevWorkspace --refresh-dependencies before creating an issue.


Q: My issue/PR was closed!

A: Somebody probably commented and solved your issue, or it was opened a long time ago. If it's a PR, check to see if there's a commit message right before it was closed. If so, pahimar either pulled your PR or found a different way to do it.

Clone this wiki locally