mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
remake #27 for latest
This commit is contained in:
parent
eb53523c92
commit
a264ef5d30
2 changed files with 3 additions and 3 deletions
|
@ -53,10 +53,10 @@ dependencies {
|
|||
}
|
||||
|
||||
processResources {
|
||||
inputs.property 'version', version
|
||||
inputs.properties 'version': version, 'group': project.group
|
||||
|
||||
filesMatching('quilt.mod.json') {
|
||||
expand 'version': version
|
||||
expand 'version': version, 'group': project.group
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"quilt_loader": {
|
||||
"group": "com.example",
|
||||
"group": "${group}",
|
||||
"id": "example_mod",
|
||||
"version": "${version}",
|
||||
"metadata": {
|
||||
|
|
Loading…
Reference in a new issue