Fixed quilt config
This commit is contained in:
parent
056c868f9f
commit
8f8b98a628
|
@ -58,7 +58,7 @@ processResources {
|
|||
}
|
||||
|
||||
filesMatching("quilt.mod.json") {
|
||||
expand "version": inputs.properties.version, "group": inputs.properties.maven_group
|
||||
expand "version": inputs.properties.version
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"quilt_loader": {
|
||||
"group": "${group}",
|
||||
"group": "arzumify.networked",
|
||||
"id": "networked",
|
||||
"version": "${version}",
|
||||
"metadata": {
|
||||
|
|
Loading…
Reference in New Issue