Add validator for file types + datapacks (#507)

* Add validator for file types + datapacks

* Make it compile
This commit is contained in:
Geometrically
2022-12-23 19:49:47 -07:00
committed by GitHub
parent fe256d6a62
commit 5da42575fd
4 changed files with 59 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ impl super::Validator for PackValidator {
}
fn get_project_types(&self) -> &[&str] {
&["resourcepack", "datapack"]
&["resourcepack"]
}
fn get_supported_loaders(&self) -> &[&str] {