From acc681c535e3243e1015fc87fc572268282dd2d3 Mon Sep 17 00:00:00 2001 From: coolGi Date: Wed, 15 Mar 2023 21:45:57 +1030 Subject: [PATCH] Fixed up the build, buildsystem and the transparent lod button. --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0ead10c1c..19f74dbd7 100644 --- a/build.gradle +++ b/build.gradle @@ -30,8 +30,8 @@ shadowJar { classifier "dev-shadow" } -remapJar { - input.set shadowJar.archiveFile - dependsOn shadowJar - classifier null -} \ No newline at end of file +//remapJar { +// input.set shadowJar.archiveFile +// dependsOn shadowJar +// classifier null +//} \ No newline at end of file