From 501080b308e8feecc330ce0bb675290dbb80a308 Mon Sep 17 00:00:00 2001 From: EngineMachiner Date: Sat, 7 Sep 2024 18:29:33 -0500 Subject: [PATCH] Update build.gradle - Split sources not supported. --- build.gradle | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build.gradle b/build.gradle index a7c2f41..7db8223 100644 --- a/build.gradle +++ b/build.gradle @@ -11,19 +11,6 @@ group = project.maven_group base { archivesName = project.archives_base_name } -loom { - - splitEnvironmentSourceSets() - - mods { - "harmony" { - sourceSet sourceSets.main - sourceSet sourceSets.client - } - } - -} - repositories { // Add repositories to retrieve artifacts from in here. // You should only use this when depending on other mods because