diff --git a/build.gradle b/build.gradle index 79d9db9..53d31b6 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ processResources { } filesMatching("quilt.mod.json") { - expand "version": inputs.properties.version, "group": inputs.properties.maven_group + expand "version": inputs.properties.version } } diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 7d399db..64202c9 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.networked", "id": "networked", "version": "${version}", "metadata": {