forked from didirus/AstralRinth
Add validator for file types + datapacks (#507)
* Add validator for file types + datapacks * Make it compile
This commit is contained in:
@@ -13,7 +13,7 @@ impl super::Validator for PackValidator {
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["resourcepack", "datapack"]
|
||||
&["resourcepack"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
|
||||
Reference in New Issue
Block a user