Change "requires" -> "depends" in fabric.mod.json

It was renamed in schemaVersion 1.
This commit is contained in:
Juuxel 2019-07-21 22:56:47 +03:00 committed by GitHub
parent 964a47e931
commit bc9757dd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
"io.github.cottonmc.templates.TemplatesClient"
]
},
"requires": {
"depends": {
"fabricloader": ">=0.4.0",
"fabric-renderer-indigo": "*"
}