Add even more validators (#385)

* Add even more validators

I was gonna add shaderpacks too, but those have no standard metadata file at all.

* Make it compile

* Fix logic

* Update validators

* fix mistake

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Emma Cypress ⚘
2022-07-10 03:25:44 +00:00
committed by GitHub
parent 68f7dc9512
commit 02c3894fc9
5 changed files with 167 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ impl super::Validator for QuiltValidator {
}
fn get_supported_loaders(&self) -> &[&str] {
&["fabric"]
&["quilt"]
}
fn get_supported_game_versions(&self) -> SupportedGameVersions {