remake #27 for latest

This commit is contained in:
ix0rai 2024-01-27 22:21:48 -06:00 committed by GitHub
parent eb53523c92
commit a264ef5d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -53,10 +53,10 @@ dependencies {
} }
processResources { processResources {
inputs.property 'version', version inputs.properties 'version': version, 'group': project.group
filesMatching('quilt.mod.json') { filesMatching('quilt.mod.json') {
expand 'version': version expand 'version': version, 'group': project.group
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"schema_version": 1, "schema_version": 1,
"quilt_loader": { "quilt_loader": {
"group": "com.example", "group": "${group}",
"id": "example_mod", "id": "example_mod",
"version": "${version}", "version": "${version}",
"metadata": { "metadata": {