Fix version in fabric.mod.json

This commit is contained in:
DenaryDev 2022-12-13 18:20:34 +05:00
parent c5ef8a2eab
commit 724a55ba5a

View file

@ -30,7 +30,7 @@ dependencies {
processResources {
inputs.property 'version', version
filesMatching('quilt.mod.json') {
filesMatching('fabric.mod.json') {
expand "version": version
}
}