Merge pull request #6 from CottonMC/mod-json-depends

Change "requires" -> "depends" in fabric.mod.json
This commit is contained in:
Meredith Espinosa 2019-07-22 23:15:32 -07:00 committed by GitHub
commit cb3631ef7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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