Fix version in fabric.mod.json
This commit is contained in:
parent
c5ef8a2eab
commit
724a55ba5a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ dependencies {
|
||||||
processResources {
|
processResources {
|
||||||
inputs.property 'version', version
|
inputs.property 'version', version
|
||||||
|
|
||||||
filesMatching('quilt.mod.json') {
|
filesMatching('fabric.mod.json') {
|
||||||
expand "version": version
|
expand "version": version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue