From b3e9ec627e31cba0267dd9437566d16c8141715d Mon Sep 17 00:00:00 2001 From: Arzumify Date: Sun, 2 Mar 2025 15:58:56 +0000 Subject: [PATCH] Fixed quilt config --- build.gradle | 6 ++++-- src/main/resources/quilt.mod.json | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index a7968ba..69c71eb 100644 --- a/build.gradle +++ b/build.gradle @@ -48,8 +48,6 @@ dependencies { tasks.named("test", Test) { useJUnitPlatform() - - } processResources { @@ -58,6 +56,10 @@ processResources { filesMatching("fabric.mod.json") { expand "version": inputs.properties.version } + + filesMatching("quilt.mod.json") { + expand "version": inputs.properties.version + } } tasks.withType(JavaCompile).configureEach { diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 9dbf5b8..89cea00 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -1,7 +1,7 @@ { "schema_version": 1, "quilt_loader": { - "group": "${group}", + "group": "arzumify.polyenergy", "id": "polyenergy", "version": "${version}", "metadata": { @@ -37,4 +37,4 @@ } ] } -} \ No newline at end of file +}