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

View File

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