A development questions
SAGESSE-CN opened this issue ยท 1 comments
I use Intellij IDE development, exec the gradlew genIntellijRuns
after, using Applied-Energistics-2.main
configure run client. run is success, but it doesn't load any textures.
How fix its?
if this is what I think it is: it's a common problem with newer versions of intellij, basically it just puts the resources in the wrong location. (You can verify that this is your problem by googling for "Forge intellij problems", you'll find something on the forge forums)
The fix seems to be to NOT delegate the build to gradle, by following these instructions