You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -9,10 +9,6 @@ impl super::Validator for ShaderValidator {
|
||||
&["zip"]
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["shader"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
&["optifine", "iris"]
|
||||
}
|
||||
@@ -42,10 +38,6 @@ impl super::Validator for CanvasShaderValidator {
|
||||
&["zip"]
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["shader"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
&["canvas"]
|
||||
}
|
||||
@@ -81,10 +73,6 @@ impl super::Validator for CoreShaderValidator {
|
||||
&["zip"]
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["shader"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
&["vanilla"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user