Add quilt validators, Deps fix, Fix slug collisions (#338)

This commit is contained in:
Geometrically
2022-04-24 13:02:41 -07:00
committed by GitHub
parent 33d2a77e37
commit a0f840bcf8
8 changed files with 122 additions and 36 deletions

View File

@@ -45,8 +45,6 @@ impl super::Validator for FabricValidator {
));
}
//TODO: Check if file is a dev JAR?
Ok(ValidationResult::Pass)
}
}