Fixed quilt config

This commit is contained in:
Tracker-Friendly 2025-03-02 15:48:40 +00:00
parent 056c868f9f
commit 8f8b98a628
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ processResources {
} }
filesMatching("quilt.mod.json") { filesMatching("quilt.mod.json") {
expand "version": inputs.properties.version, "group": inputs.properties.maven_group expand "version": inputs.properties.version
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"schema_version": 1, "schema_version": 1,
"quilt_loader": { "quilt_loader": {
"group": "${group}", "group": "arzumify.networked",
"id": "networked", "id": "networked",
"version": "${version}", "version": "${version}",
"metadata": { "metadata": {