diff options
-rw-r--r-- | build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index ca8da27742..d9b1d23bb2 100644 --- a/build.gradle +++ b/build.gradle @@ -220,3 +220,6 @@ jar { attributes "FMLAT": "tectech_at.cfg" } } + +//Fixes Intellij Runs not loading textures +sourceSets { main { output.resourcesDir = output.classesDir } }
\ No newline at end of file |