From 8b73dd92661b03cc725b1c3b0fc1c83039f457d2 Mon Sep 17 00:00:00 2001 From: basdxz Date: Sun, 29 Nov 2020 17:27:13 +0000 Subject: Fix Debug Start Client --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.gradle') 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 -- cgit