From 509850c97a828d721db9e5f968d888882dce2bfb Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:55:11 +0200 Subject: Use Loom's multi-project optimisation --- gradle.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 55b09b7..a658910 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,6 @@ # 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