From 089f424d264839664d5d2e89a71e2ae9e8a46250 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Sun, 14 May 2023 16:46:47 +0300 Subject: Move test mod to root project --- gradle.properties | 1 - 1 file changed, 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index d408d3c..75677e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,5 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G -fabric.loom.multiProjectOptimisation = true # Fabric Properties # check these on https://fabricmc.net/use -- cgit