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 {
|
||||
inputs.property 'version', version
|
||||
|
||||
filesMatching('quilt.mod.json') {
|
||||
filesMatching('fabric.mod.json') {
|
||||
expand "version": version
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue